make nginx dependend on server

This commit is contained in:
Philip Henning 2024-11-19 13:57:29 +01:00
parent 1d3c5176fa
commit f6dfd49c1e

View file

@ -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}