changing dependencies when starting containers
This commit is contained in:
+2
-8
@@ -40,22 +40,14 @@ services:
|
|||||||
hostname: upstream
|
hostname: upstream
|
||||||
container_name: upstream-${VER}
|
container_name: upstream-${VER}
|
||||||
depends_on:
|
depends_on:
|
||||||
php:
|
|
||||||
condition: service_healthy
|
|
||||||
ng:
|
ng:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ad:
|
|
||||||
condition: service_started
|
|
||||||
ss:
|
|
||||||
condition: service_started
|
|
||||||
xr:
|
xr:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
oc:
|
oc:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
np:
|
np:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
hy:
|
|
||||||
condition: service_started
|
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./.env
|
- path: ./.env
|
||||||
required: true # default
|
required: true # default
|
||||||
@@ -106,6 +98,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
php:
|
php:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
ad:
|
||||||
|
condition: service_started
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nginx", "-t"]
|
test: ["CMD", "nginx", "-t"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user