stack.env -> .env

This commit is contained in:
Max Buz
2025-01-27 23:25:34 +01:00
committed by GitHub
parent bf0e9924e2
commit 9ba4de90d1
2 changed files with 2 additions and 2 deletions

View File

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