mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
ca24943fb0
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>
25 lines
648 B
INI
25 lines
648 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=%h/.config/authentik/authentik.env
|
|
Environment=AUTHENTIK_POSTGRESQL__HOST=localhost
|
|
Environment=AUTHENTIK_POSTGRESQL__NAME=authentik
|
|
Environment=AUTHENTIK_POSTGRESQL__USER=authentik
|
|
Volume=%h/.local/share/authentik/data:/data:Z
|
|
Volume=%h/.local/share/authentik/custom-templates:/templates:Z
|
|
PodmanArgs=--shm-size=512m
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|