Skip to content

Commit 590b05b

Browse files
committed
try to fix bug from staging_watermelon1 release
1 parent 248eb57 commit 590b05b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/simcore/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,9 @@ networks:
656656
name: ${OPS_MONITORED_NETWORK}
657657
storage_subnet:
658658
attachable: true
659+
name: ${SWARM_STACK_NAME}_storage_subnet
659660
interactive_services_subnet:
661+
name: ${SWARM_STACK_NAME}_interactive_services_subnet
660662
driver: overlay
661663
attachable: true
662664
internal: false
@@ -668,6 +670,7 @@ networks:
668670
# FIXME: move to base docker-compose.yml
669671
- subnet: ${SIMCORE_INTERACTIVE_NETWORK_SUBNET}
670672
computational_services_subnet:
673+
name: ${SWARM_STACK_NAME}_computational_services_subnet
671674
attachable: true
672675
# self-signed only
673676
secrets:

0 commit comments

Comments
 (0)