re-add dependency on server by nginx
This commit is contained in:
parent
c9022e7380
commit
59e6fb0fd1
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue