From 59e6fb0fd1524c0ecb48d5ff1bce7ff604ae732c Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Tue, 19 Nov 2024 14:23:39 +0100 Subject: [PATCH] re-add dependency on server by nginx --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) 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}