2 Commits

Author SHA1 Message Date
renovate-bot 9c74631b9a Update goauthentik to v2026.5.2 2026-05-28 16:01:10 +00:00
renovate-bot aa3bee5e15 Update goauthentik to v2026.5.0 2026-05-22 08:01:18 +00:00
+4 -4
View File
@@ -2,7 +2,7 @@ name: authentik
services:
server:
image: ghcr.io/goauthentik/server:2026.2.3
image: ghcr.io/goauthentik/server:2026.5.2
container_name: authentik_server
depends_on:
- db_pg17
@@ -30,7 +30,7 @@ services:
- secret
worker:
image: ghcr.io/goauthentik/server:2026.2.3
image: ghcr.io/goauthentik/server:2026.5.2
container_name: authentik_worker
depends_on:
- db_pg17
@@ -75,7 +75,7 @@ services:
- mail_server
ldap:
image: ghcr.io/goauthentik/ldap:2026.2.3
image: ghcr.io/goauthentik/ldap:2026.5.2
container_name: authentik_ldap
depends_on:
- server
@@ -95,7 +95,7 @@ services:
- ldap_api_key
db_pg17:
image: docker.io/library/postgres:18.4
image: docker.io/library/postgres:17.10
container_name: authentik_db_pg17
restart: unless-stopped
healthcheck: