File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
services/clusters-keeper/src/simcore_service_clusters_keeper/data Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ services:
1313 DASK_START_AS_SCHEDULER : 1
1414 DASK_WORKER_SATURATION : ${DASK_WORKER_SATURATION}
1515 LOG_LEVEL : ${LOG_LEVEL}
16+ RABBIT_HOST : ${RABBIT_HOST}
17+ RABBIT_PASSWORD : ${RABBIT_PASSWORD}
18+ RABBIT_PORT : ${RABBIT_PORT}
19+ RABBIT_SECURE : ${RABBIT_SECURE}
20+ RABBIT_USER : ${RABBIT_USER}
1621 ports :
1722 - 8786:8786 # dask-scheduler access
1823 - 8787:8787 # dashboard
@@ -59,6 +64,11 @@ services:
5964 DASK_TLS_KEY : ${DASK_TLS_KEY}
6065 DASK_WORKER_SATURATION : ${DASK_WORKER_SATURATION}
6166 LOG_LEVEL : ${LOG_LEVEL}
67+ RABBIT_HOST : ${RABBIT_HOST}
68+ RABBIT_PASSWORD : ${RABBIT_PASSWORD}
69+ RABBIT_PORT : ${RABBIT_PORT}
70+ RABBIT_SECURE : ${RABBIT_SECURE}
71+ RABBIT_USER : ${RABBIT_USER}
6272 SIDECAR_COMP_SERVICES_SHARED_FOLDER : /home/scu/computational_shared_data
6373 SIDECAR_COMP_SERVICES_SHARED_VOLUME_NAME : computational_shared_data
6474 deploy :
You can’t perform that action at this time.
0 commit comments