This commit is contained in:
Pavel 2026-05-02 13:01:31 +03:00
parent 818e54c3d2
commit 5395897b13

View File

@ -18,7 +18,7 @@ services:
- /srv/authentik/postgresql:/var/lib/postgresql/data - /srv/authentik/postgresql:/var/lib/postgresql/data
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}
restart: unless-stopped restart: unless-stopped
command: server command: server
depends_on: depends_on:
@ -40,7 +40,7 @@ services:
- /srv/authentik/custom-templates:/templates - /srv/authentik/custom-templates:/templates
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
user: root user: root