Skip to content

Commit 3eb91a9

Browse files
πŸ› adding SIMCORE_INTERACTIVE_NETWORK_SUBNET variable (#5355)
1 parent 39934e2 commit 3eb91a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€Ž.env-develβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ SMTP_PASSWORD=it_doesnt_matter
154154
SMTP_PROTOCOL=UNENCRYPTED
155155

156156
SIMCORE_SERVICES_NETWORK_NAME=interactive_services_subnet
157+
SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.26.0.0/16
157158

158159
# NOTE: STORAGE_ENDPOINT is needed by director-v0
159160
STORAGE_ENDPOINT=storage:8080

β€Žservices/docker-compose.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ networks:
11751175
ipam:
11761176
driver: default
11771177
config:
1178-
- subnet: "172.8.0.0/16"
1178+
- subnet: ${SIMCORE_INTERACTIVE_NETWORK_SUBNET}
11791179
computational_services_subnet:
11801180
name: ${SWARM_STACK_NAME}_computational_services_subnet
11811181
driver: overlay

0 commit comments

Comments
Β (0)