Add uptime kuma

This commit is contained in:
2025-08-15 18:40:40 +00:00
parent 258c204163
commit 4fba524f00
9 changed files with 68 additions and 1 deletions

1
uptime_kuma/.env.example Normal file
View File

@@ -0,0 +1 @@
CADDY_DOMAIN=sub.example.com

2
uptime_kuma/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/data/*
!.gitkeep

View File

View File

@@ -0,0 +1,18 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime_kuma
restart: unless-stopped
volumes:
- ./data/app:/app/data
networks:
- caddy
labels:
caddy: ${CADDY_DOMAIN}
caddy.reverse_proxy: "* {{upstreams 3001}}"