Point env_file to visible atc.env

This commit is contained in:
mo
2026-06-25 00:45:58 +00:00
parent 5320af2e60
commit 4a5aed21ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
build: ./api
restart: unless-stopped
env_file:
- .env
- atc.env
environment:
REDIS_URL: redis://redis:6379/0
DOCKHAND_URL: http://10.0.21.45:8082
+1 -1
View File
@@ -24,7 +24,7 @@ services:
build: ./api
restart: unless-stopped
env_file:
- .env
- atc.env
environment:
REDIS_URL: redis://redis:6379/0
DOCKHAND_URL: http://10.0.21.45:8082