fix and update
This commit is contained in:
@@ -154,10 +154,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 12
|
||||
start_period: 60s
|
||||
networks:
|
||||
default: {}
|
||||
idp_static:
|
||||
ipv4_address: 172.28.50.10
|
||||
|
||||
media-ws:
|
||||
pull_policy: build
|
||||
@@ -306,11 +302,8 @@ services:
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
networks:
|
||||
default: {}
|
||||
idp_static: {}
|
||||
|
||||
# После recreate api-gateway nginx держит старый IP upstream → 502. Этот watcher
|
||||
# После recreate api-gateway nginx держит stale DNS upstream → 502. Watcher
|
||||
# делает nginx -s reload когда gateway снова поднялся (~55 с на Nest bootstrap).
|
||||
nginx-gateway-sync:
|
||||
profiles: ["proxy"]
|
||||
@@ -330,9 +323,3 @@ volumes:
|
||||
redis_data:
|
||||
rabbitmq_data:
|
||||
minio_data:
|
||||
|
||||
networks:
|
||||
idp_static:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.28.50.0/24
|
||||
|
||||
Reference in New Issue
Block a user