Unraid help needed the instructions make no sense to me! help needed please :)
Trying to follow the official way but the documentation seems to me contradictory to me.
Is says you must have Redis and POSTGRES 14 installed then add docker compose file then comment out Redis !!!!!
Please can somebody guide me through this bit i have 24 dockers running for years but never used the compose bit in Unraid
27 Replies
The official guide (https://immich.app/docs/install/unraid) lists two different ways of installing:
Community Applications Template (single container, unsupported, needs you to manually install redis and postgres)
Docker-Compose Method (Official, includes redis/postgres)
Unraid | Immich
Immich can easily be installed and updated on Unraid via:
Sounds like you might be getting those mixed up
i already have redis running and i have a postgres 15 running

You can use them by commenting out the database and redis container in docker-compose file
Then in the environment variables, point the corresponding value to your redis and database instance
What's the issue ? With Unraid and the AIO, you just need to fill the template

the docs says templayte is not supported
Have you modified the file?
so trying offical wau
i have just fllowed the docs
only added is the upload area for images
do you have a
$
in your postgres password ?which one are you following? can you share the information that you modified?
sure
the env file

what is your docker-compose file looks like?
you have two
UPLOAD_LOCATION
FYI
let check compose file
PrivateBin
Encrypted note on PrivateBin
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.
i just used default file
do i need to edit upload on lines 9 and 26 to say /mnt/user/pictures/immich/
You only need one line, so just edit line 9 and remove line 26
So you have it working?
the docker folder plugin is no longer supported is there an alternative
I don’t use unraid so I am not sure how it can be used but we have users here use docker-compose method and the all in one community image successfully 🤔
how do i move images from photoprism into immich
Bulk Upload (Using the CLI) | Immich
You can use the CLI to upload an existing gallery to the Immich server
can you please tellme about Network Type:
i have my own custom one. But i see immich uses its own which i cannot see how to change!
Or does it need to stop on its own ?
Usually if you run docker-compose, docker will create a separate network for that specific stack
yes but a custom network lets all the containers to talk to each other plus i use it to access from outside via cf tunnel .
or you saying it has to be on its own network ?