Replace quadlets with current configuration
This commit is contained in:
parent
4a359f7d5a
commit
792b32ea02
45 changed files with 273 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ PartOf=authentik.target
|
|||
|
||||
[Container]
|
||||
Image=ghcr.io/goauthentik/server:2026.2.2
|
||||
AutoUpdate=registry
|
||||
|
||||
ContainerName=authentik-server
|
||||
Exec=server
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue