Add uptime-kuma

This commit is contained in:
2025-06-18 23:26:18 +05:30
parent c2ffe528dc
commit 2e83661e78

View File

@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1.23.16
container_name: uptime-kuma
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- "${PORT}:3001"
restart: unless-stopped