Skip to content

Commit 935d79c

Browse files
committed
Moving env file back so Dockerfile.frontend can access
1 parent 346f9b2 commit 935d79c

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

docker-compose.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
# Workspaces backend currently lives in the TM. Emulate a separate server for now:
6767
image: ${WS_DOCKER_REGISTRY}/workspaces-tasks-backend:${WS_DOCKER_TAG}
6868
restart: always
69-
env_file: tasking-manager.env
69+
env_file: tasking-manager/tasking-manager.env
7070
environment:
7171
GUNICORN_CMD_ARGS: "--workers 5 --threads 5 --timeout 179"
7272
labels:
@@ -169,7 +169,7 @@ services:
169169
tasks-backend:
170170
image: ${WS_DOCKER_REGISTRY}/workspaces-tasks-backend:${WS_DOCKER_TAG}
171171
restart: always
172-
env_file: tasking-manager.env
172+
env_file: tasking-manager/tasking-manager.env
173173
environment:
174174
GUNICORN_CMD_ARGS: "--workers 5 --threads 5 --timeout 179"
175175
labels:

tasking-manager.env

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)