Is this a new feature request?
Wanted change
Jackett expose /health API endoint to check its state.
Reason for change
Out-of-box container health status.
Proposed code change
healthcheck:
test: ["CMD", "curl", "-fs", "http://localhost:9117/health"]
interval: 10s
timeout: 5s
retries: 5
start_period: 5s
Is this a new feature request?
Wanted change
Jackett expose
/healthAPI endoint to check its state.Reason for change
Out-of-box container health status.
Proposed code change