mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 22:44:05 +01:00
Compare commits
No commits in common. "b00868241382e966be874bb4e19b8af081ea4803" and "46bdef30c7de9691c6ecf5bcc0083ba79991a115" have entirely different histories.
b008682413
...
46bdef30c7
@ -1,5 +1,5 @@
|
||||
# define the version to use
|
||||
AUTHENTIK_VERSION=2025.6
|
||||
AUTHENTIK_VERSION=2025.4
|
||||
|
||||
# database credentials
|
||||
PG_USER=authentik
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# References
|
||||
|
||||
- https://github.com/goauthentik/authentik
|
||||
- https://goauthentik.io/docs/installation/
|
||||
- https://blog.lrvt.de/authentik-traefik-azure-ad/
|
||||
|
||||
# Notes
|
||||
|
||||
@ -38,7 +38,7 @@ services:
|
||||
- authentik-internal
|
||||
|
||||
authentik-proxy:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4}
|
||||
container_name: authentik
|
||||
restart: unless-stopped
|
||||
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
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4}
|
||||
container_name: authentik-worker
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user