feat: added railway based deployment

This commit is contained in:
Harshith Mullapudi 2025-10-26 17:16:44 +05:30
parent b255bbe7e6
commit 6ac74a3f0b
2 changed files with 21 additions and 3 deletions

View File

@ -35,10 +35,20 @@ To run CORE, you will need:
## Deployment Options
CORE offers two deployment approaches depending on your needs:
CORE offers multiple deployment approaches depending on your needs:
> **Prerequisites:**
> Before starting any deployment, ensure you have your `OPENAI_API_KEY` ready. This is required for AI functionality in CORE.
### Quick Deploy with Railway
For a one-click deployment experience, use Railway:
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/6aEd9C?referralCode=LHvbIb&utm_medium=integration&utm_source=template&utm_campaign=generic)
Railway will automatically set up all required services and handle the infrastructure for you.
### Manual Docker Deployment
> **Prerequisites:**
> Before starting any deployment, ensure you have your `OPENAI_API_KEY` ready. This is required for AI functionality in CORE.
> You must add your `OPENAI_API_KEY` to the `core/hosting/docker/.env` file before starting the services.
### Combined Setup

View File

@ -12,6 +12,14 @@ You are responsible for provisioning resources, handling updates, and managing a
We provide version-tagged releases for self-hosted deployments. It's highly advised to use these tags exclusively and keep them locked with your CLI version.
## Quick Deploy
For a quick one-click deployment, you can use Railway:
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/6aEd9C?referralCode=LHvbIb&utm_medium=integration&utm_source=template&utm_campaign=generic)
Alternatively, you can follow our [Docker deployment guide](/self-hosting/docker) for manual setup.
## Should you self-host?
CORE Cloud is fully managed, scalable, and comes with dedicated support. For most users, it offers the best experience. However, if you have specific requirements around data residency, compliance, or infrastructure control, self-hosting may be the right choice for you.