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 (countly-api, countly-frontend, mongodb, nginx) but README has no mention of docker compose up. Engineer clones repo, follows docs, app fails to start — nothing is running.
Proposed patch — add to Setup section:
Services started: countly-api, countly-frontend, mongodb, nginx
Confidence: HIGH. 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 — Services not documented
docker-compose.ymldefines 4 services (countly-api,countly-frontend,mongodb,nginx) but README has no mention ofdocker compose up. Engineer clones repo, follows docs, app fails to start — nothing is running.Proposed patch — add to Setup section:
Services started:
countly-api,countly-frontend,mongodb,nginxConfidence: HIGH. Happy to open a PR if useful.