re-add dependency on server by nginx

This commit is contained in:
Philip Henning 2024-11-19 14:23:39 +01:00
parent c9022e7380
commit 59e6fb0fd1

View file

@ -108,6 +108,9 @@ services:
IMAGE: "nginxinc/nginx-unprivileged:1.27.2-bookworm" IMAGE: "nginxinc/nginx-unprivileged:1.27.2-bookworm"
IMG_TITLE: "nginx-unprivileged-base23" IMG_TITLE: "nginx-unprivileged-base23"
IMAGE_VERSION: "COMPOSE" IMAGE_VERSION: "COMPOSE"
depends_on:
server:
condition: service_healthy
environment: environment:
- NGINX_HTTP_PORT=${NGINX_HTTP_PORT} - NGINX_HTTP_PORT=${NGINX_HTTP_PORT}
- NGINX_HTTPS_PORT=${NGINX_HTTPS_PORT} - NGINX_HTTPS_PORT=${NGINX_HTTPS_PORT}