fix upstream server; remove dependency

This commit is contained in:
Philip Henning 2024-11-19 14:00:58 +01:00
parent f6dfd49c1e
commit e0a7a2f5e9
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Upstream where your authentik server is hosted. # Upstream where your authentik server is hosted.
upstream authentik { upstream authentik {
server https://server:9443; server server:9443;
# Improve performance by keeping some connections alive. # Improve performance by keeping some connections alive.
keepalive 10; keepalive 10;
} }

View file

@ -108,9 +108,6 @@ 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}