feat: uptime kuma

This commit is contained in:
CoolnsX
2026-01-31 11:41:22 +05:30
parent aa665a8e0b
commit 23eb0efafb
4 changed files with 22 additions and 40 deletions

View File

@@ -0,0 +1,22 @@
[Unit]
Description=Uptime Kuma Container
[Container]
ContainerName=uptime-kuma
Image=docker.io/louislam/uptime-kuma:latest
# Enable auto-update container
AutoUpdate=registry
Network=host
# pass this to attach it to container
Volume=%h/podman/uptime-kuma:/app/data
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target