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
+6
View File
@@ -23,6 +23,12 @@ copyparty.veltko.de {
reverse_proxy * http://copyparty:3923 reverse_proxy * http://copyparty:3923
} }
uptime.veltko.de {
reverse_proxy http://uptime-kuma:3001
}
# Hosted on the home network, tunneled through tailscale # Hosted on the home network, tunneled through tailscale
jellyfin.veltko.de { jellyfin.veltko.de {
reverse_proxy http://10.10.0.135:30013 reverse_proxy http://10.10.0.135:30013
+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
+1
View File
@@ -2,6 +2,7 @@ include:
- 00-caddy/docker-compose.yaml - 00-caddy/docker-compose.yaml
- 01-headscale/docker-compose.yaml - 01-headscale/docker-compose.yaml
- 02-copyparty/docker-compose.yaml - 02-copyparty/docker-compose.yaml
- 03-uptime_kuma/docker-compose.yaml
networks: networks:
nw-caddy: nw-caddy: