mirror of
https://github.com/pvlnes/homelab.git
synced 2026-06-03 18:53: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
|
- /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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user