File tree Expand file tree Collapse file tree 2 files changed +2
-39
lines changed
Expand file tree Collapse file tree 2 files changed +2
-39
lines changed Original file line number Diff line number Diff 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 :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments