From 304217d36e88cb5142ff381690f707a82746b037 Mon Sep 17 00:00:00 2001 From: mercury Date: Sat, 26 Apr 2025 23:37:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B8=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B5=20=D0=BF=D0=B0=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20upstream=20=D0=BF=D1=80=D0=B8=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5=20=D1=81=D0=B5=D1=80=D0=B2?= =?UTF-8?q?=D0=B8=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3e63a29..d7be708 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,10 +42,18 @@ services: depends_on: php: condition: service_healthy + ng: + condition: service_started ad: condition: service_started ss: condition: service_started + xr: + condition: service_started + oc: + condition: service_started + np: + condition: service_started env_file: - path: ./.env required: true # default @@ -79,9 +87,6 @@ services: - 80:80 hostname: nginx container_name: nginx-${VER} - depends_on: - up: - condition: service_started env_file: - path: ./.env required: true # default @@ -95,6 +100,9 @@ services: xray: ipv4_address: 10.10.1.2 logging: *default-logging + depends_on: + php: + condition: service_healthy php: image: mercurykd/vpnbot-php:1.7 build: