add uptime-kuma

This commit is contained in:
2026-01-14 18:44:05 +08:00
parent b8db9d50e9
commit 4bc004c53b
2 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- "3001:3001"