From 6ac74a3f0b6137bc644ff1b0c1eeb6d90794fece Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Sun, 26 Oct 2025 17:16:44 +0530 Subject: [PATCH] feat: added railway based deployment --- docs/self-hosting/docker.mdx | 16 +++++++++++++--- docs/self-hosting/overview.mdx | 8 ++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/docker.mdx b/docs/self-hosting/docker.mdx index 0477115..2dde599 100644 --- a/docs/self-hosting/docker.mdx +++ b/docs/self-hosting/docker.mdx @@ -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 diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index 69e0862..aea684d 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -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.