Create Uptime-Kuma

This commit is contained in:
2026-04-27 13:01:58 -07:00
parent 8392cd90c7
commit 2a7f0d98d6
2 changed files with 19 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
app:
container_name: uptime-kuma
image: louislam/uptime-kuma:latest
ports:
- ${UPTIME-KUMA_PORT}:3001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- uptime-kuma:/app/data
deploy:
resources:
limits:
memory: 512m
restart: unless-stopped
volumes:
uptime-kuma: