mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Update postgres port from 5432 to 5433 to avoid conflicts
- Update redis port from 6379 to 6380 to avoid conflicts
- Update DATABASE_URL in .env.development and .env.test to use new port
- Add .env.local.example with port configuration documentation
- Update README.md with comprehensive port configuration guide
- Add PORT-CONFLICT-SOLUTION.md with detailed implementation plan
This allows WARN Unsupported engine: wanted: {"node":"20.19.2"} (current: {"node":"v20.19.3","pnpm":"10.8.1"})
> roo-code@ evals /roo/repos/Roo-Code
> docker compose -f packages/evals/docker-compose.yml --profile server --profile runner up --build --scale runner=0
ELIFECYCLE Command failed with exit code 1. to run alongside other postgres/redis services
without port conflicts while maintaining backward compatibility.
|
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||