diff --git a/docker-compose.yml b/docker-compose.yml index bbcbc10..2965f3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -108,6 +108,9 @@ services: IMAGE: "nginxinc/nginx-unprivileged:1.27.2-bookworm" IMG_TITLE: "nginx-unprivileged-base23" IMAGE_VERSION: "COMPOSE" + depends_on: + server: + condition: service_healthy environment: - NGINX_HTTP_PORT=${NGINX_HTTP_PORT} - NGINX_HTTPS_PORT=${NGINX_HTTPS_PORT}