Skip to content

Commit

Permalink
chore: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jan 6, 2025
1 parent 077593a commit 738e8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- authentik-internal

authentik-proxy:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10}
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
container_name: authentik
restart: unless-stopped
command: server
Expand Down Expand Up @@ -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

worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10}
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
container_name: authentik-worker
restart: unless-stopped
command: worker
Expand Down

0 comments on commit 738e8c1

Please sign in to comment.