Skip to content

Commit 1588bd2

Browse files
authored
Remove hardcoded subnet for interactive_services_subnet (#5478)
1 parent 5df1f6e commit 1588bd2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.env-devel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ SMTP_PASSWORD=it_doesnt_matter
156156
SMTP_PROTOCOL=UNENCRYPTED
157157

158158
SIMCORE_SERVICES_NETWORK_NAME=interactive_services_subnet
159-
SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.8.0.0/16
160159

161160
# NOTE: STORAGE_ENDPOINT is needed by director-v0
162161
STORAGE_ENDPOINT=storage:8080

services/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,6 @@ networks:
11751175
internal: false
11761176
labels:
11771177
com.simcore.description: "interactive services network"
1178-
ipam:
1179-
driver: default
1180-
config:
1181-
- subnet: ${SIMCORE_INTERACTIVE_NETWORK_SUBNET}
11821178
computational_services_subnet:
11831179
name: ${SWARM_STACK_NAME}_computational_services_subnet
11841180
driver: overlay

0 commit comments

Comments
 (0)