Setup docs drift: docker-compose services not mentioned in README
Author: ariesadonisCreated Jun 25, 2026Updated Jun 25, 2026
Setup doc drift found
Running a scan that compares docker-compose.yml against README docs to find gaps that break local setup.
Finding — Services not documented docker-compose.yml defines 4 services (app, cron, db, nginx) but README has no mention of docker compose up. Engineer clones repo, follows docs, app fails to connect — nothing is running.
Proposed patch — add to Setup section:
docker compose up -dServices started: app, cron, db, nginx
Confidence: HIGH. Happy to open a PR if useful.
Source: crater-invoice-inc/crater