mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 08:48:29 +00:00
feat: added railway based deployment
This commit is contained in:
parent
b255bbe7e6
commit
6ac74a3f0b
@ -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:
|
||||
|
||||
[](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
|
||||
|
||||
@ -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:
|
||||
|
||||
[](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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user