mirror of
https://github.com/pvlnes/homelab.git
synced 2026-06-03 17:13:49 +00:00
upd
This commit is contained in:
parent
818e54c3d2
commit
5395897b13
@ -18,7 +18,7 @@ services:
|
||||
- /srv/authentik/postgresql:/var/lib/postgresql/data
|
||||
|
||||
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
|
||||
command: server
|
||||
depends_on:
|
||||
@ -40,7 +40,7 @@ services:
|
||||
- /srv/authentik/custom-templates:/templates
|
||||
|
||||
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
|
||||
command: worker
|
||||
user: root
|
||||
|
||||
Loading…
Reference in New Issue
Block a user