authentik: bump to version 2025.4

This commit is contained in:
2025-05-13 14:30:36 +02:00
parent c80498ba58
commit f339c51778
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
---
authentik_version: 2025.2.4
authentik_version: 2025.4

View File

@ -33,12 +33,12 @@ services:
restart: unless-stopped
command: server
environment:
AUTHENTIK_SECRET_KEY: {{ authentik_secret }}
AUTHENTIK_REDIS__HOST: redis
AUTHENTIK_POSTGRESQL__HOST: postgresql
AUTHENTIK_POSTGRESQL__USER: {{ authentik_dbuser }}
AUTHENTIK_POSTGRESQL__NAME: {{ authentik_dbname }}
AUTHENTIK_POSTGRESQL__PASSWORD: {{ authentik_dbpass }}
AUTHENTIK_SECRET_KEY: {{ authentik_secret }}
volumes:
- ./media:/media
- ./custom-templates:/templates
@ -54,12 +54,12 @@ services:
restart: unless-stopped
command: worker
environment:
AUTHENTIK_SECRET_KEY: {{ authentik_secret }}
AUTHENTIK_REDIS__HOST: redis
AUTHENTIK_POSTGRESQL__HOST: postgresql
AUTHENTIK_POSTGRESQL__USER: {{ authentik_dbuser }}
AUTHENTIK_POSTGRESQL__NAME: {{ authentik_dbname }}
AUTHENTIK_POSTGRESQL__PASSWORD: {{ authentik_dbpass }}
AUTHENTIK_SECRET_KEY: {{ authentik_secret }}
# `user: root` and the docker socket volume are optional.
# See more for the docker socket integration here:
# https://goauthentik.io/docs/outposts/integrations/docker