We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39934e2 commit 3eb91a9Copy full SHA for 3eb91a9
β.env-develβ
@@ -154,6 +154,7 @@ SMTP_PASSWORD=it_doesnt_matter
154
SMTP_PROTOCOL=UNENCRYPTED
155
156
SIMCORE_SERVICES_NETWORK_NAME=interactive_services_subnet
157
+SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.26.0.0/16
158
159
# NOTE: STORAGE_ENDPOINT is needed by director-v0
160
STORAGE_ENDPOINT=storage:8080
βservices/docker-compose.ymlβ
@@ -1175,7 +1175,7 @@ networks:
1175
ipam:
1176
driver: default
1177
config:
1178
- - subnet: "172.8.0.0/16"
+ - subnet: ${SIMCORE_INTERACTIVE_NETWORK_SUBNET}
1179
computational_services_subnet:
1180
name: ${SWARM_STACK_NAME}_computational_services_subnet
1181
driver: overlay
0 commit comments