Skip to content

Commit 66c24b9

Browse files
authored
chore: adjust authentik vars
1 parent 2c35f95 commit 66c24b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/authentik/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- authentik-internal
4141

4242
authentik-proxy:
43-
image: ghcr.io/goauthentik/server:2024.8
43+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.8}
4444
container_name: authentik
4545
restart: unless-stopped
4646
command: server
@@ -75,7 +75,7 @@ services:
7575
- 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
7676

7777
worker:
78-
image: ghcr.io/goauthentik/server:2024.8
78+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.8}
7979
container_name: authentik-worker
8080
restart: unless-stopped
8181
command: worker

0 commit comments

Comments
 (0)