jitsi: health check videobridge

This commit is contained in:
Baptiste Jonglez 2025-04-12 13:31:25 +02:00
parent 1d817399eb
commit fc7bf04a9c

View file

@ -260,6 +260,19 @@ EOF
port = "video_port"
address_mode = "host"
name = "video-jitsi"
check {
type = "http"
protocol = "http"
port = "management_port"
path = "/about/health"
interval = "60s"
timeout = "5s"
check_restart {
limit = 3
grace = "600s"
ignore_warnings = false
}
}
}
service {