thequad/defguard/defguard-core.container
2026-01-30 06:50:32 +00:00

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