ankitnayan
IImmich
•Created by ankitnayan on 7/27/2023 in #help-desk-support
Unable to point Immich to use Redis externally
Hi, I have Redis already running and want to point Immich to use Redis externally.
I have commented out redis in the docker-compose file of Immich and set the REDIS_HOSTNAME=redis (name of redis container), REDIS_PORT=6379, REDIS_USERNAME=username (redacted), REDIS_PASSWORD=password (redacted), REDIS_DBINDEX=1 in the .env file but is not working.
Do I need to explicitly mention the above env variables for the immich_server and immich_microservices?
Authelia runs perfectly fine while using Redis but when I point Immich to use Redis externally it breaks. All the container runs under the traefik proxy network.
My docker-compose.yml and .env files are attached.
39 replies