File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ services:
11791179 S3_ENDPOINT : ${S3_ENDPOINT}
11801180 S3_REGION : ${S3_REGION}
11811181 S3_SECRET_KEY : ${S3_SECRET_KEY}
1182- STORAGE_WORKER_MODE : 0
1182+ STORAGE_WORKER_MODE : " false "
11831183 STORAGE_LOGLEVEL : ${STORAGE_LOGLEVEL}
11841184 STORAGE_MONITORING_ENABLED : 1
11851185 STORAGE_PROFILING : ${STORAGE_PROFILING}
@@ -1192,12 +1192,12 @@ services:
11921192 - storage_subnet
11931193
11941194 sto-worker :
1195- image : ${DOCKER_REGISTRY:-itisfoundation}/storage:${DOCKER_IMAGE_TAG:-latest}
1195+ image : ${DOCKER_REGISTRY:-itisfoundation}/storage:${DOCKER_IMAGE_TAG:-master-github- latest}
11961196 init : true
11971197 hostname : " sto-worker-{{.Node.Hostname}}-{{.Task.Slot}}"
11981198 environment :
11991199 << : *storage_environment
1200- STORAGE_WORKER_MODE : 1
1200+ STORAGE_WORKER_MODE : " true "
12011201 networks : *storage_networks
12021202
12031203 rabbit :
You can’t perform that action at this time.
0 commit comments