feat: Add uptime-kuma module on uptime subd

This commit is contained in:
2025-11-17 21:04:22 +01:00
parent 45021933a6
commit 45b0859ab5
2 changed files with 27 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
# ports:
# <Host Port>:<Container Port>
# - "3001:3001
labels:
- "traefik.enable=true"
+15
View File
@@ -42,6 +42,16 @@ http:
- security-headers
tls: {}
# Uptime Kuma
uptime-kuma:
rule: "Host(`uptime.forust.xyz`)"
entryPoints:
- websecure
service: uptime-kuma
middlewares:
- security-headers
tls: {}
# AdGuard Home (public (account required))
adguard:
rule: "Host(`adguard.forust.xyz`)"
@@ -143,6 +153,11 @@ http:
servers:
- url: "http://nextcloud-aio-apache:11000"
# Uptime Kuma
uptime-kuma:
loadBalancer:
servers: "http://uptime-kuma:3001"
# Dockmon
dockmon:
loadBalancer: