Railway Deployment
Lumio includes a Railway configuration (railway.json) and a deployment guide (RAILWAY.md).
Quick overview
- Create a new Railway project.
- Connect the GitHub repository.
- Set environment variables from
.env.example. - Provision PostgreSQL and Redis services.
- Deploy.
Configuration
The Railway config handles build and start commands for the monorepo Docker image. Ensure that production secrets are set before deploying.
Observability
Railway can expose logs and metrics. Lumio also supports Prometheus/Grafana if you deploy those services separately.
Next: CI/CD Pipeline