mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2026-05-01 13:31:46 +01:00
Attempt to fix overlay net ip shuffling with constrained subnet id
This commit is contained in:
+3
-3
@@ -15,7 +15,7 @@ services:
|
||||
condition: on-failure
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
ipv4_address: "172.252.0.2"
|
||||
ipv4_address: "172.252.1.2"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.go.rule=Path(`/`)"
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
condition: on-failure
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
ipv4_address: "172.252.0.3"
|
||||
ipv4_address: "172.252.1.3"
|
||||
# secrets:
|
||||
# - traefik_cert
|
||||
# - traefik_key
|
||||
@@ -65,7 +65,7 @@ networks:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.252.0.0/16
|
||||
- subnet: 172.252.1.0/16
|
||||
|
||||
volumes:
|
||||
networks_traefik:
|
||||
|
||||
Reference in New Issue
Block a user