authentik: bump to version 2024.12.1

This commit is contained in:
Markus 2025-01-03 14:27:14 +01:00
parent 05f664e900
commit 37f6ab1e3e
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,3 @@
--- ---
authentik_version: 2024.10.5 authentik_version: 2024.12.1

View File

@ -45,8 +45,10 @@ services:
ports: ports:
- "127.0.0.1:9000:9000" - "127.0.0.1:9000:9000"
depends_on: depends_on:
- postgresql postgresql:
- redis condition: service_healthy
redis:
condition: service_healthy
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:{{ authentik_version }} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:{{ authentik_version }}
restart: unless-stopped restart: unless-stopped
@ -71,5 +73,7 @@ services:
- ./certs:/certs - ./certs:/certs
- ./custom-templates:/templates - ./custom-templates:/templates
depends_on: depends_on:
- postgresql postgresql:
- redis condition: service_healthy
redis:
condition: service_healthy