From ac41d288b9f24872b11654a513c187f00f7e847b Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Tue, 5 Aug 2025 07:30:11 -0400 Subject: [PATCH] updated upload path, added dependencies to other containers in the compose file --- immich/docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index c4a8879..d5866c5 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -16,7 +16,7 @@ services: # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - - ${UPLOAD_LOCATION}:/usr/src/app/upload + - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro env_file: - .env @@ -43,6 +43,9 @@ services: restart: always healthcheck: disable: false + depends_on: + - redis + - database redis: container_name: immich_redis image: docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae