diff --git a/compose/immich.yml b/compose/immich.yml index 6213c6c..906563f 100644 --- a/compose/immich.yml +++ b/compose/immich.yml @@ -14,8 +14,6 @@ services: volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro - env_file: - - stack.env ports: - 2283:3001 depends_on: @@ -27,8 +25,6 @@ services: image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} volumes: - model-cache:/cache - env_file: - - stack.env restart: always redis: