Files
authentik/lifecycle/quadlet/authentik-server.container
T
Dominic R ca24943fb0 lifecycle/quadlet: use systemd restart policy
Agent-thread: https://sdko.org/internal/threads/019e93bf-9dbb-7ba2-9375-cb430876c101

A7k-product: product

A7k-product-repo: 1

Co-authored-by: Agent <agent@svc.sdko.net>
2026-06-04 13:59:42 -04:00

25 lines
628 B
INI

[Unit]
Description=authentik server
Requires=authentik-postgresql.container
After=authentik-postgresql.container
[Container]
ContainerName=authentik-server
Image=ghcr.io/goauthentik/server:2026.8.0-rc1
AutoUpdate=registry
Pod=authentik.pod
Exec=server
EnvironmentFile=/etc/authentik/authentik.env
Environment=AUTHENTIK_POSTGRESQL__HOST=localhost
Environment=AUTHENTIK_POSTGRESQL__NAME=authentik
Environment=AUTHENTIK_POSTGRESQL__USER=authentik
Volume=/var/lib/authentik/data:/data:Z
Volume=/var/lib/authentik/custom-templates:/templates:Z
PodmanArgs=--shm-size=512m
[Service]
Restart=always
[Install]
WantedBy=default.target