30 lines
735 B
Plaintext
30 lines
735 B
Plaintext
[Unit]
|
|
Description=Defguard - Core
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Pod=defguard.pod
|
|
ContainerName=defguard-core
|
|
Image=ghcr.io/defguard/defguard:latest
|
|
AutoUpdate=registry
|
|
|
|
EnvironmentFile=/mnt/data/containers/defguard/.env
|
|
|
|
Volume=/mnt/data/containers/defguard/rsakey.pem:/keys/rsakey.pem
|
|
Volume=/mnt/data/containers/defguard/ca.crt:/keys/ca.crt
|
|
Volume=/mnt/data/containers/defguard/core.crt:/keys/core.crt
|
|
Volume=/mnt/data/containers/defguard/core.key:/keys/core.key
|
|
|
|
Label=homepage.group=Tech
|
|
Label=homepage.name="Defguard Core"
|
|
Label=homepage.icon=defguard.png
|
|
Label=homepage.href=https://guard.inkletblot.com
|
|
Label=homepage.description="VPN"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=90
|
|
|
|
[Install]
|
|
WantedBy=default.target
|