add uptime-kuma

This commit is contained in:
2025-05-30 20:06:06 -04:00
parent 1aa1f5fe98
commit f335fffc88
+16
View File
@@ -0,0 +1,16 @@
---
version: "3.3"
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- ./data:/app/data
ports:
- 3001:3001
environment:
- UID=1000
- GID=1000
- TZ=America/New_York
restart: unless-stopped