feat(service): update authentik to v2026.2.1 (#8791)

This commit is contained in:
Datenschmutz
2026-08-10 19:43:17 +02:00
committed by GitHub
parent 1c21eb2dd0
commit 953a84c6bb
+4 -4
View File
@@ -7,7 +7,7 @@
services:
authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.2.1}
restart: unless-stopped
command: server
environment:
@@ -27,13 +27,13 @@ services:
- AUTHENTIK_EMAIL__TIMEOUT=${AUTHENTIK_EMAIL__TIMEOUT}
- AUTHENTIK_EMAIL__FROM=${AUTHENTIK_EMAIL__FROM}
volumes:
- ./media:/media
- ./data:/data
- ./custom-templates:/templates
depends_on:
postgresql:
condition: service_healthy
authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.2.1}
restart: unless-stopped
command: worker
environment:
@@ -60,7 +60,7 @@ services:
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./media:/media
- ./data:/data
- ./certs:/certs
- ./custom-templates:/templates
depends_on: