make nginx dependend on server
This commit is contained in:
parent
1d3c5176fa
commit
f6dfd49c1e
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue