Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1328·crater

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:

bash
docker compose up -d

Services started: app, cron, db, nginx


Confidence: HIGH. Happy to open a PR if useful.

Source: crater-invoice-inc/crater

View original on GitHubView discussion on GitHub