Services: Add UptimeKuma

This commit is contained in:
2026-07-09 17:39:03 +00:00
parent ae3cb2067f
commit da0e655caf
3 changed files with 20 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
- "3001:3001"
networks:
nw-caddy:
depends_on:
caddy:
condition: service_healthy