diff --git a/docker-compose.yml b/docker-compose.yml index 165a9db..c87e5c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -100,6 +100,10 @@ services: condition: service_healthy ad: condition: service_started + ss: + condition: service_started + xr: + condition: service_started healthcheck: test: ["CMD", "nginx", "-t"] interval: 10s