docker-atlassian-confluence icon indicating copy to clipboard operation
docker-atlassian-confluence copied to clipboard

Add built-in healthcheck

Open shawngmc opened this issue 6 years ago • 0 comments

Recommend adding a built-in health check - while it can be added after the fact, this would make it very easy to monitor container status.

Since this is alpine-based, wget is available. Confluence has a built-in status endpoint at /status.

A more complex check could be done by validating the response body as status:RUNNING, but this would increase the dependency load.

shawngmc avatar Jul 12 '19 02:07 shawngmc