Skip to content

chore: add HEALTHCHECK to Dockerfile - #334

Merged
kacy merged 1 commit into
mainfrom
fix/dockerfile-healthcheck
Feb 27, 2026
Merged

chore: add HEALTHCHECK to Dockerfile#334
kacy merged 1 commit into
mainfrom
fix/dockerfile-healthcheck

Conversation

@kacy

@kacy kacy commented Feb 27, 2026

Copy link
Copy Markdown
Owner

summary

adds a HEALTHCHECK instruction to the Dockerfile so docker and docker compose surface container health status automatically.

uses wget (already present in the debian base image) against the /health endpoint on the metrics port (9100). the metrics port is exposed by default so this works without any extra flags.

what was tested

the /health endpoint on port 9100 has been in place since PR #310. the healthcheck just wires it up at the docker layer.

@kacy
kacy merged commit adc7817 into main Feb 27, 2026
6 of 8 checks passed
@kacy
kacy deleted the fix/dockerfile-healthcheck branch February 27, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant