Skip to content

Commit

Permalink
chore: define env version if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 6, 2024
1 parent 3bc2380 commit 0580743
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.8}
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10}
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.8}
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10}
container_name: authentik-worker
restart: unless-stopped
command: worker
Expand Down

0 comments on commit 0580743

Please sign in to comment.