fixed dotenv
This commit is contained in:
parent
ac7ca95b02
commit
a4b4b9d222
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue