[Feature Request] Docker healthcheck endpoint #406

Closed
opened 2026-02-04 19:05:01 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @modem7 on GitHub (Feb 6, 2024).

Originally assigned to: @daniel-hiller on GitHub.

A healthcheck to see if the container is actually up and doing what it's supposed to would be quite useful for automated restarts/notifications etc if something has gone wrong.

Just having a curl or wget check to the main page doesn't always show the proper health of things like DB connectivity etc.

E.g. https://patrickleet.medium.com/effective-docker-healthchecks-for-node-js-b11577c3e595 or https://anthonymineo.com/docker-healthcheck-for-your-node-js-app/

Originally created by @modem7 on GitHub (Feb 6, 2024). Originally assigned to: @daniel-hiller on GitHub. A healthcheck to see if the container is actually up and doing what it's supposed to would be quite useful for automated restarts/notifications etc if something has gone wrong. Just having a curl or wget check to the main page doesn't always show the proper health of things like DB connectivity etc. E.g. https://patrickleet.medium.com/effective-docker-healthchecks-for-node-js-b11577c3e595 or https://anthonymineo.com/docker-healthcheck-for-your-node-js-app/
Author
Owner

@daniel-hiller commented on GitHub (Feb 6, 2024):

Hi,
good idea.

Added 92098e136c

@daniel-hiller commented on GitHub (Feb 6, 2024): Hi, good idea. Added 92098e136cc9a7a9c029f5962cef55f8d97bc7e9
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#406