stack.env -> .env

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

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 - .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 - .env
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
disable: false disable: false