modified: main_dc/.env

modified:   main_dc/docker-compose.yml
upgrade docker-compose.yaml
This commit is contained in:
2025-11-29 12:37:29 +05:00
parent dc1c22e1c5
commit a2b8e23849
2 changed files with 6 additions and 4 deletions
+5 -1
View File
@@ -53,6 +53,10 @@ services:
- app-network
- bb-network
depends_on:
easysite:
condition: service_healthy
api_es:
condition: service_healthy
certbot:
condition: service_healthy
api_tp:
@@ -283,5 +287,5 @@ networks:
bb-network:
driver: bridge
# Эта опция автоматически удаляет orphans
# Эта опция автоматически удаляет orphans (Не используемые конейнеры)
x-remove-orphans: true