Moransa Docker Health Check
Overview
Use this skill to run the full local stack and confirm backend health before any feature or QA cycle.
Workflow
- •Run
scripts/run-and-check.shfrom repo root. - •If health fails, inspect logs with
scripts/debug-logs.sh. - •Only proceed when
/api/healthreturns success.
Success Criteria
- •
docker compose up -dcompletes. - •Backend container is running.
- •
http://localhost:5000/api/healthresponds with HTTP 200.
Resources
- •
scripts/run-and-check.sh - •
scripts/debug-logs.sh - •
references/expected-health.md