Skip to content

Commit

Permalink
Remove hardcoded subnet for interactive_services_subnet (#5478)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Mar 13, 2024
1 parent 5df1f6e commit 1588bd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env-devel
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ SMTP_PASSWORD=it_doesnt_matter
SMTP_PROTOCOL=UNENCRYPTED

SIMCORE_SERVICES_NETWORK_NAME=interactive_services_subnet
SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.8.0.0/16

# NOTE: STORAGE_ENDPOINT is needed by director-v0
STORAGE_ENDPOINT=storage:8080
Expand Down
4 changes: 0 additions & 4 deletions services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,10 +1175,6 @@ networks:
internal: false
labels:
com.simcore.description: "interactive services network"
ipam:
driver: default
config:
- subnet: ${SIMCORE_INTERACTIVE_NETWORK_SUBNET}
computational_services_subnet:
name: ${SWARM_STACK_NAME}_computational_services_subnet
driver: overlay
Expand Down

0 comments on commit 1588bd2

Please sign in to comment.