This commit is contained in:
2025-02-23 19:34:04 +01:00
parent d072f7e455
commit 3d8225ec39

View File

@ -20,7 +20,7 @@ services:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
env_file: env_file:
- stack.env - stack2.env
ports: ports:
- '2283:2283' - '2283:2283'
depends_on: depends_on:
@ -41,7 +41,7 @@ services:
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file:
- stack.env - stack2.env
restart: always restart: always
healthcheck: healthcheck:
disable: false disable: false