Update docker-compose.yml

This commit is contained in:
maxscout
2025-10-05 10:33:04 -04:00
parent 043dda8d7d
commit f0688378fe

View File

@@ -21,7 +21,7 @@ services:
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
env_file: env_file:
- .env - stack.env
ports: ports:
- "2283:2283" - "2283:2283"
depends_on: depends_on:
@@ -42,7 +42,7 @@ services:
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file:
- .env - stack.env
restart: always restart: always
healthcheck: healthcheck:
disable: false disable: false