You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a scan that compares docker-compose.yml against README docs to find gaps that break local setup.
Finding #1 — Services not documenteddocker-compose.yml defines peppermint and peppermint_postgres services but README has no mention of docker compose up.
Proposed patch — add to Setup section:
docker compose up -d
Finding #2 — Env var missing.env.example defines DATABASE_URL as local-required but it's missing from README (which documents the older DB_HOST, DB_USERNAME, DB_PASSWORD pattern).
Proposed patch — add to Environment Setup:
DATABASE_URL
Confidence: HIGH on both. Happy to open a PR if useful.
Setup doc drift found
Running a scan that compares
docker-compose.ymlagainst README docs to find gaps that break local setup.Finding #1 — Services not documented
docker-compose.ymldefinespeppermintandpeppermint_postgresservices but README has no mention ofdocker compose up.Proposed patch — add to Setup section:
Finding #2 — Env var missing
.env.exampledefinesDATABASE_URLas local-required but it's missing from README (which documents the olderDB_HOST,DB_USERNAME,DB_PASSWORDpattern).Proposed patch — add to Environment Setup:
DATABASE_URLConfidence: HIGH on both. Happy to open a PR if useful.