authentik: bump to version 2024.12.1
This commit is contained in:
parent
05f664e900
commit
37f6ab1e3e
@ -1,3 +1,3 @@
|
||||
---
|
||||
|
||||
authentik_version: 2024.10.5
|
||||
authentik_version: 2024.12.1
|
||||
|
@ -45,8 +45,10 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:9000:9000"
|
||||
depends_on:
|
||||
- postgresql
|
||||
- redis
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
worker:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:{{ authentik_version }}
|
||||
restart: unless-stopped
|
||||
@ -71,5 +73,7 @@ services:
|
||||
- ./certs:/certs
|
||||
- ./custom-templates:/templates
|
||||
depends_on:
|
||||
- postgresql
|
||||
- redis
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
|
Loading…
Reference in New Issue
Block a user