fix upstream server; remove dependency
This commit is contained in:
parent
f6dfd49c1e
commit
e0a7a2f5e9
2 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Upstream where your authentik server is hosted.
|
||||
upstream authentik {
|
||||
server https://server:9443;
|
||||
server server:9443;
|
||||
# Improve performance by keeping some connections alive.
|
||||
keepalive 10;
|
||||
}
|
||||
|
|
|
@ -108,9 +108,6 @@ 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