Point env_file to visible atc.env
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
build: ./api
|
build: ./api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- atc.env
|
||||||
environment:
|
environment:
|
||||||
REDIS_URL: redis://redis:6379/0
|
REDIS_URL: redis://redis:6379/0
|
||||||
DOCKHAND_URL: http://10.0.21.45:8082
|
DOCKHAND_URL: http://10.0.21.45:8082
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ services:
|
|||||||
build: ./api
|
build: ./api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- atc.env
|
||||||
environment:
|
environment:
|
||||||
REDIS_URL: redis://redis:6379/0
|
REDIS_URL: redis://redis:6379/0
|
||||||
DOCKHAND_URL: http://10.0.21.45:8082
|
DOCKHAND_URL: http://10.0.21.45:8082
|
||||||
|
|||||||
Reference in New Issue
Block a user