Skip to content

[FEAT] Add healthcheck to image #166

Description

@anlar

Is this a new feature request?

  • I have searched the existing issues

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions