File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1212#
1313x-common-environment : &common_environment
1414 SWARM_STACK_NAME : ${SWARM_STACK_NAME:-simcore_local}
15+
16+
1517services :
1618 api-server :
1719 environment :
@@ -297,8 +299,3 @@ services:
297299 - traefik.http.routers.${SWARM_STACK_NAME}_whoami.rule=PathPrefix(`/whoami`)
298300 - traefik.http.routers.${SWARM_STACK_NAME}_whoami.entrypoints=traefik_monitor
299301 - traefik.http.routers.${SWARM_STACK_NAME}_whoami.middlewares=${SWARM_STACK_NAME}_gzip@swarm
300-
301- networks :
302- docker-api-network :
303- driver_opts :
304- {} # override 'encrypted' locally, some WSL versions have issues with encrypted networks SEE https://github.com/microsoft/WSL/issues/10029
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ services:
561561 hostname : " {{.Node.Hostname}}-{{.Task.Slot}}"
562562 networks :
563563 - default
564- - docker-api-network
564+ - docker_api_subnet
565565 environment :
566566 << :
567567 - *common_logging_environments
@@ -603,7 +603,7 @@ services:
603603 volumes :
604604 - /var/run/docker.sock:/var/run/docker.sock
605605 networks :
606- - docker-api-network
606+ - docker_api_subnet
607607
608608 static-webserver :
609609 image : ${DOCKER_REGISTRY:-itisfoundation}/static-webserver:${DOCKER_IMAGE_TAG:-latest}
@@ -1557,8 +1557,8 @@ networks:
15571557 internal : false
15581558 labels :
15591559 com.simcore.description : " computational services network"
1560- docker-api-network :
1561- name : ${SWARM_STACK_NAME}_docker-api-network
1560+ docker_api_subnet :
1561+ name : ${SWARM_STACK_NAME}_docker_api_subnet
15621562 driver : overlay
15631563 attachable : true
15641564 internal : true
You can’t perform that action at this time.
0 commit comments