fixed dotenv
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user