feat: add uptime-kuma
This commit is contained in:
20
monitoring/uptime-kuma/docker-compose.yml
Normal file
20
monitoring/uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:2
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${CONFIG_ROOT}:/app/data
|
||||||
|
labels:
|
||||||
|
homepage.group: "Monitoring"
|
||||||
|
homepage.name: "Uptime Kuma"
|
||||||
|
homepage.icon: "uptime-kuma.png"
|
||||||
|
homepage.href: "https://status.${DOMAIN}"
|
||||||
|
homepage.description: "Uptime Monitoring"
|
||||||
|
traefik.enable: "true"
|
||||||
|
traefik.http.routers.uptime-kuma.rule: "Host(`status.${DOMAIN}`)"
|
||||||
|
traefik.http.routers.uptime-kuma.entrypoints: "https"
|
||||||
|
traefik.http.routers.uptime-kuma.tls.certresolver: "cloudflare"
|
||||||
|
traefik.http.services.uptime-kuma.loadbalancer.server.url: "http://${HOST_IP}:3222"
|
||||||
|
ports:
|
||||||
|
# <Host Port>:<Container Port>
|
||||||
|
- "3222:3001"
|
||||||
Reference in New Issue
Block a user