Replace quadlets with current configuration

This commit is contained in:
topterrorist 2026-09-19 16:49:49 +02:00
parent 4a359f7d5a
commit 792b32ea02
45 changed files with 273 additions and 18 deletions

View file

@ -8,6 +8,7 @@ PartOf=authentik.target
[Container]
Image=docker.io/library/postgres:16-alpine
AutoUpdate=registry
ContainerName=authentik-postgres
Volume=auth_database:/var/lib/postgresql/data

View file

@ -8,6 +8,7 @@ PartOf=authentik.target
[Container]
Image=ghcr.io/goauthentik/server:2026.2.2
AutoUpdate=registry
ContainerName=authentik-server
Exec=server

View file

@ -8,6 +8,7 @@ PartOf=authentik.target
[Container]
Image=ghcr.io/goauthentik/server:2026.2.2
AutoUpdate=registry
ContainerName=authentik-worker
Exec=worker
@ -17,7 +18,7 @@ EnvironmentFile=%h/services/authentik/.env
User=root
Network=authentik.network
Volume=/var/run/docker.sock:/var/run/docker.sock
Volume=/var/run/podman/podman.sock:/var/run/docker.sock
Volume=%h/services/authentik/data:/data
Volume=%h/services/authentik/certs:/certs
Volume=%h/services/authentik/custom-templates:/templates