-
-
Notifications
You must be signed in to change notification settings - Fork 54
Health monitoring
yusing edited this page Jan 3, 2025
·
7 revisions
Health monitoring is enabled by default for all services
Property | Description | Default | Allowed Values / Syntax |
---|---|---|---|
disable | disable health monitoring | false | boolean |
path | (HTTP/s only) URL path | empty | empty or request URI starting with /
|
use_get | (HTTP/s only) use GET method instead of HEAD | false | boolean |
interval | health check interval | 5s | duration |
timeout | health check timeout | 5s | duration |
services:
qbittorrent:
container_name: qbt
image: nginx
labels:
proxy.qbt.healthcheck.use_get: true
restart: unless-stopped
qbt:
host: 10.0.0.1
port: 8080
healthcheck:
use_get: true