28 lines
564 B
Plaintext
28 lines
564 B
Plaintext
[Unit]
|
|
Description=Authelia - Server
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Pod=authelia.pod
|
|
ContainerName=authelia-server
|
|
Image=docker.io/authelia/authelia:latest
|
|
|
|
AutoUpdate=registry
|
|
|
|
# all secrets and config need to be added to configuration.yml
|
|
|
|
Volume=/mnt/data/containers/authelia/config:/config
|
|
|
|
Label=homepage.group=Tech
|
|
Label=homepage.name=Authelia
|
|
Label=homepage.icon=authelia.png
|
|
Label=homepage.href=https://auth.inkletblot.com
|
|
Label=homepage.description="Auth Provider"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=90
|
|
|
|
[Install]
|
|
WantedBy=default.target
|