mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2026-01-26 12:22:33 +00:00
Attempt to fix overlay net ip shuffling with constrained subnet id
This commit is contained in:
18
backend.yaml
18
backend.yaml
@@ -16,7 +16,7 @@ services:
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
ipv4_address: "172.252.0.5"
|
||||
ipv4_address: "172.252.1.5"
|
||||
###~~~~~~ Then, we will need numerous databases for our various services ~~~~~~###
|
||||
# We want neo4j as a graph database that can easily be used by other services
|
||||
neo4j:
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
# - stack_dataverse_triggers:/triggers
|
||||
# networks:
|
||||
# i-form_research_server_stack:
|
||||
# ipv4_address: "172.252.0.6"
|
||||
# ipv4_address: "172.252.1.6"
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.go.rule=Path(`/`)"
|
||||
@@ -91,14 +91,14 @@ services:
|
||||
MYSQL_USER: "elabftw"
|
||||
MYSQL_PASSWORD_FILE: /run/secrets/elabftw_sql_key
|
||||
MYSQL_ROOT_PASSWORD: "test" # MYSQL_RANDOM_ROOT_PASSWORD: 1
|
||||
MYSQL_HOST: "172.252.0.15" # Needs to allow access from the elabftw container
|
||||
MYSQL_ROOT_HOST: "172.252.0.15"
|
||||
MYSQL_HOST: "172.252.1.15" # Needs to allow access from the elabftw container
|
||||
MYSQL_ROOT_HOST: "172.252.1.15"
|
||||
TZ: "Europe/Paris"
|
||||
volumes:
|
||||
- stack_elabftw_sql:/var/lib/mysql
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
ipv4_address: "172.252.0.7"
|
||||
ipv4_address: "172.252.1.7"
|
||||
###~~~~~~ Then, we plan our general utility services ~~~~~~###
|
||||
# The following service is a simple nginx server that hosts static websites
|
||||
nginx:
|
||||
@@ -113,7 +113,7 @@ services:
|
||||
condition: on-failure
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
ipv4_address: "172.252.0.8"
|
||||
ipv4_address: "172.252.1.8"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.go.rule=Path(`/`)"
|
||||
@@ -154,7 +154,7 @@ services:
|
||||
# - "traefik.http.routers.solr.tls.certresolver=myresolver"
|
||||
# networks:
|
||||
# i-form_research_server_stack:
|
||||
# ipv4_address: "172.252.0.9"
|
||||
# ipv4_address: "172.252.1.9"
|
||||
|
||||
# minio:
|
||||
# image: minio/minio:RELEASE.2021-10-06T23-36-31Z
|
||||
@@ -187,7 +187,7 @@ services:
|
||||
# - traefik.http.services.minio-console.loadbalancer.server.port=9001
|
||||
# networks:
|
||||
# i-form_research_server_stack:
|
||||
# ipv4_address: "172.252.0.10"
|
||||
# ipv4_address: "172.252.1.10"
|
||||
|
||||
# dataverse:
|
||||
# image: coronawhy/dataverse:5.13.allclouds
|
||||
@@ -291,7 +291,7 @@ services:
|
||||
# - "traefik.http.routers.dataverse.tls.certresolver=myresolver"
|
||||
# networks:
|
||||
# i-form_research_server_stack:
|
||||
# ipv4_address: "172.252.0.11"
|
||||
# ipv4_address: "172.252.1.11"
|
||||
|
||||
networks:
|
||||
i-form_research_server_stack:
|
||||
|
||||
Reference in New Issue
Block a user