Overview
The README documents docker compose up -d --build stellar-doc-verifier and links a deployment guide, but there's no evident test confirming the Dockerfile's HEALTHCHECK instruction (if present) actually calls /health and correctly marks the container unhealthy when a dependency (Redis/Horizon) is down.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
The README documents
docker compose up -d --build stellar-doc-verifierand links a deployment guide, but there's no evident test confirming the Dockerfile's HEALTHCHECK instruction (if present) actually calls/healthand correctly marks the container unhealthy when a dependency (Redis/Horizon) is down.Tasks
docker inspectreports the container as unhealthyAcceptance Criteria
Notes for Contributors
Comment below to be assigned.