Deploy cordyscrm
AI CRM with built-in MCP, ready for access with one-click deployment
Just deployed
Deploy and Host Cordys CRM on Railway
About Hosting Cordys CRM on Railway
Cordys CRM can run on Railway as a single Docker-image service with built-in web UI, API, MySQL, Redis, and MCP components. This keeps deployment simple while preserving the upstream startup behavior.
Tech Stack
- Spring Boot (Java 21)
- Vue.js Web UI
- MariaDB (embedded in container)
- Redis (embedded in container)
- MCP Server (embedded in container)
Why Deploy Cordys CRM on Railway
Railway gives a fast path to one-click hosting with public HTTPS, simple environment variable management, and reproducible Docker image deployments using pinned versions.
Common Use Cases
- SMB sales pipeline and customer lifecycle management
- Opportunity, contract, and payment tracking
- Team collaboration with role-based CRM workflows
- AI-assisted CRM operations with MCP integration
Deployment Notes
- Uses upstream image pinned to
docker.io/1panel/cordys-crm:v1.6.2. - Keep upstream ENTRYPOINT/CMD; no
startCommandoverride is needed. - Public HTTP traffic is routed through
PORT=8081. - Default application login is
admin / CordysCRM. - This template uses no mounted volume by default; container-local data is ephemeral on redeploy.
Dependencies for Cordys CRM on Railway
This template is a single-service deployment with no external service dependency.
Deployment Dependencies
| Service | Image | Port | Volume |
|---|---|---|---|
| app | docker.io/1panel/cordys-crm:v1.6.2 | 8081 | - |
Template Content
