1
0

authentik: update to 2026.2.2

This commit is contained in:
2026-05-10 13:34:02 +02:00
parent a583c208e8
commit aa5b159208
+4 -4
View File
@@ -854,7 +854,7 @@ services:
AUTHENTIK_EMAIL__USE_SSL: false
AUTHENTIK_EMAIL__TIMEOUT: 60
AUTHENTIK_EMAIL__FROM: lukas@kucharczyk.xyz
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0}
image: ghcr.io/goauthentik/server:2026.2.2
ports:
- 9002:9000
- 9443:9443
@@ -863,7 +863,7 @@ services:
ipv4_address: 192.168.240.61
restart: unless-stopped
volumes:
- ${DOCKER_STORAGE_PATH}/authentik/media:/media
- ${DOCKER_STORAGE_PATH}/authentik/data:/data
- ${DOCKER_STORAGE_PATH}/authentik/custom-templates:/templates
labels:
caddy: authentik.${DOMAIN}
@@ -898,12 +898,12 @@ services:
AUTHENTIK_EMAIL__USE_SSL: false
AUTHENTIK_EMAIL__TIMEOUT: 60
AUTHENTIK_EMAIL__FROM: file:///run/secrets/email_username
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.0}
image: ghcr.io/goauthentik/server:2026.2.2
restart: unless-stopped
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_STORAGE_PATH}/authentik/media:/media
- ${DOCKER_STORAGE_PATH}/authentik/data:/data
- ${DOCKER_STORAGE_PATH}/authentik/certs:/certs
- ${DOCKER_STORAGE_PATH}/authentik/custom-templates:/templates