Skip to content

Ability to Check Health Status in Docker Image #62

@Al3c1

Description

@Al3c1

Description

I am using the official Docker image and looking for a way to reliably check the health status of the container. However, I couldn't find any clear method in the documentation or within the existing image configuration to properly monitor the container state (e.g., via a HEALTHCHECK in the Dockerfile or an API endpoint).

Questions:

  1. Is there an existing recommended way to check the container's health status?
  2. If not, would it be possible to add such functionality (e.g., a HEALTHCHECK in the Dockerfile or an API status endpoint)?

Benefit

A defined health check would improve container monitoring and allow for automated restarts if the container enters an unhealthy state.

Thank you for your work on this project! 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions