chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-01-06 13:17:28 +01:00 committed by GitHub
parent 077593a757
commit 738e8c13f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ services:
- authentik-internal - authentik-internal
authentik-proxy: authentik-proxy:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
container_name: authentik container_name: authentik
restart: unless-stopped restart: unless-stopped
command: server command: server
@ -76,7 +76,7 @@ services:
# - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version # - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version
worker: worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
container_name: authentik-worker container_name: authentik-worker
restart: unless-stopped restart: unless-stopped
command: worker command: worker