Update Monitoring_Containers/uptime-kuma/compose.yaml

This commit is contained in:
2026-02-18 23:20:24 +00:00
parent 04ccfb29cd
commit a01d246443
@@ -29,9 +29,11 @@ services:
- traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
### Monitor with uptime-kuma
- kuma.enable=true
- kuma.name=${SERVICE_NAME}
- kuma.monitoring.group.name=Docker Containers
- kuma.name=uptime-kuma
- kuma.type=docker
- kuma.docker.container=${SERVICE_NAME}
networks: