Skip to content

💡 Feature request: healthcheck for docker container #264

@ingria

Description

@ingria

Reference Issues

No response

Summary

At the moment it is impossible to check container health reliably enough: api is https only with self-signed cert, it is bound to container’s localhost, and there is no curl inside a container.

I suggest either adding a dedicated endpoint bound to 0.0.0.0, or adding a healthcheck instruction to the dockerfile.

Basic Example

I think that adding curl package to the image and making periodic requests to the health endpoint would be enough

Drawbacks

Adding this feature will make monitoring and automated alerts much easier

Unresolved questions

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions