-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Is there an existing recommended way to check the container's health status?
- If not, would it be possible to add such functionality (e.g., a
HEALTHCHECKin theDockerfileor 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! 🙂
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request