docs(deploy): add Railway Dockerfile configs to fix pnpm catalog buil…#9338
docs(deploy): add Railway Dockerfile configs to fix pnpm catalog buil…#9338gixagency wants to merge 1 commit into
Conversation
…d failures Railway's default Nixpacks builder falls back to npm install for the web/admin/space/live services, which chokes on pnpm's catalog: protocol used across package.json. Add per-service railway.json configs that point Railway at the existing production Dockerfiles (same ones used by docker-compose.yml) plus setup docs covering root directory, build args, CORS, and ports.
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughAdds Railway deployment configuration JSON files for the admin, api, live, space, and web services, each specifying Dockerfile-based builds and restart policies. Updates the community README with instructions for switching from Nixpacks to Dockerfile builds and configuring services on Railway. ChangesRailway Deployment Configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes Related PRs: None mentioned in the diff. Suggested labels: documentation, deployment Suggested reviewers: None specified in the provided diff. 🐰 hops through configs, tidy and small, Dockerfiles lined up, ready to call, README whispers why npm failed, Railway's new path, cleanly detailed, Carrots and JSON, deployed for all.🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…d failures
Railway's default Nixpacks builder falls back to npm install for the web/admin/space/live services, which chokes on pnpm's catalog: protocol used across package.json. Add per-service railway.json configs that point Railway at the existing production Dockerfiles (same ones used by docker-compose.yml) plus setup docs covering root directory, build args, CORS, and ports.
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit