chore(compose): suppression du compose alternatif et MAJ depends_on (ihm_client, sdk_signer, relays, coffre_front)
This commit is contained in:
parent
1159aabc3f
commit
2f663d20a2
@ -87,8 +87,6 @@ services:
|
|||||||
4nk_network:
|
4nk_network:
|
||||||
ipv4_address: 172.20.0.13
|
ipv4_address: 172.20.0.13
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
|
||||||
- blindbit
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8081" ]
|
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8081" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -115,7 +113,7 @@ services:
|
|||||||
ipv4_address: 172.20.0.14
|
ipv4_address: 172.20.0.14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- sdk_storage
|
- blindbit
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -142,7 +140,7 @@ services:
|
|||||||
ipv4_address: 172.20.0.15
|
ipv4_address: 172.20.0.15
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- sdk_storage
|
- blindbit
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -169,7 +167,7 @@ services:
|
|||||||
ipv4_address: 172.20.0.16
|
ipv4_address: 172.20.0.16
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- sdk_storage
|
- blindbit
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost:8091" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -192,6 +190,7 @@ services:
|
|||||||
ipv4_address: 172.20.0.17
|
ipv4_address: 172.20.0.17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- sdk_storage
|
||||||
- sdk_relay1
|
- sdk_relay1
|
||||||
- sdk_relay2
|
- sdk_relay2
|
||||||
- sdk_relay3
|
- sdk_relay3
|
||||||
@ -216,7 +215,10 @@ services:
|
|||||||
ipv4_address: 172.20.0.18
|
ipv4_address: 172.20.0.18
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- sdk_signer
|
- sdk_storage
|
||||||
|
- sdk_relay1
|
||||||
|
- sdk_relay2
|
||||||
|
- sdk_relay3
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost" ]
|
test: [ "CMD", "wget", "--quiet", "--tries=1", "--timeout=5", "--spider", "http://localhost" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -241,7 +243,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
|
||||||
|
|
||||||
coffre_front:
|
coffre_front:
|
||||||
image: lecoffre-front:dev
|
image: lecoffre-front:dev
|
||||||
container_name: coffre-front
|
container_name: coffre-front
|
||||||
@ -252,6 +253,10 @@ services:
|
|||||||
4nk_network:
|
4nk_network:
|
||||||
ipv4_address: 172.20.0.32
|
ipv4_address: 172.20.0.32
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- coffre_back_mini
|
||||||
|
- ihm_client
|
||||||
|
- sdk_signer
|
||||||
|
|
||||||
coffre_back_mini:
|
coffre_back_mini:
|
||||||
image: lecoffre-back-mini:dev
|
image: lecoffre-back-mini:dev
|
||||||
@ -261,16 +266,13 @@ services:
|
|||||||
4nk_network:
|
4nk_network:
|
||||||
ipv4_address: 172.20.0.33
|
ipv4_address: 172.20.0.33
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- miniback-postgres
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
miniback_pg_data:
|
miniback_pg_data:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
4nk_network:
|
4nk_network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user