Uptime-Kuma Monitoring
This commit is contained in:
parent
0512e4d335
commit
ea9aec7e5f
1 changed files with 19 additions and 0 deletions
|
@ -69,7 +69,26 @@ services:
|
||||||
- "traefik.docker.network=web"
|
- "traefik.docker.network=web"
|
||||||
- "docker.group=monitoring"
|
- "docker.group=monitoring"
|
||||||
|
|
||||||
|
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:1
|
||||||
|
volumes:
|
||||||
|
- ${VOLUMES_PATH}/monitoring/uptime-kuma-data:/app/data
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
- dockersocket
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.uptimekuma.rule=Host(`uptime.${DOMAIN}`)"
|
||||||
|
- "traefik.http.routers.uptimekuma.entrypoints=web"
|
||||||
|
- "traefik.http.services.uptimekuma.loadbalancer.server.port=3001"
|
||||||
|
- "traefik.docker.network=web"
|
||||||
|
- "docker.group=monitoring"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
monitoring:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
dockersocket:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue