mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-02-28 20:00:30 +05:30
feat: uptime kuma
This commit is contained in:
22
uptime-kuma/uptime-kuma.container
Normal file
22
uptime-kuma/uptime-kuma.container
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user