fixed dotenv

This commit is contained in:
Atridad Lahiji 2024-08-12 15:34:22 -06:00
parent ac7ca95b02
commit a4b4b9d222
No known key found for this signature in database

View file

@ -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: