This commit is contained in:
Datenschmutz 2026-03-03 17:18:21 +01:00 committed by GitHub
commit f07d748b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
services: services:
authentik-server: authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -33,7 +33,7 @@ services:
postgresql: postgresql:
condition: service_healthy condition: service_healthy
authentik-worker: authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: