feat: Add uptime-kuma module on uptime subd
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
@@ -42,6 +42,16 @@ http:
|
|||||||
- security-headers
|
- security-headers
|
||||||
tls: {}
|
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 Home (public (account required))
|
||||||
adguard:
|
adguard:
|
||||||
rule: "Host(`adguard.forust.xyz`)"
|
rule: "Host(`adguard.forust.xyz`)"
|
||||||
@@ -143,6 +153,11 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: "http://nextcloud-aio-apache:11000"
|
- url: "http://nextcloud-aio-apache:11000"
|
||||||
|
|
||||||
|
# Uptime Kuma
|
||||||
|
uptime-kuma:
|
||||||
|
loadBalancer:
|
||||||
|
servers: "http://uptime-kuma:3001"
|
||||||
|
|
||||||
# Dockmon
|
# Dockmon
|
||||||
dockmon:
|
dockmon:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
|||||||
Reference in New Issue
Block a user