From b255bbe7e6d10f11c251b13c1122cfef361be7ca Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Sun, 26 Oct 2025 17:13:29 +0530 Subject: [PATCH] feat: added railway based deployment --- README.md | 4 ++++ hosting/docker/.env | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc9da52..520abc5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ CORE is an open-source unified, persistent memory layer for all your AI tools. Y ## 🚀 CORE Self-Hosting Want to run CORE on your own infrastructure? Self-hosting gives you complete control over your data and deployment. +**Quick Deploy Options:** + +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/6aEd9C?referralCode=LHvbIb&utm_medium=integration&utm_source=template&utm_campaign=generic) + **Prerequisites**: - Docker (20.10.0+) and Docker Compose (2.20.0+) installed diff --git a/hosting/docker/.env b/hosting/docker/.env index 0ad47a9..1d6bf66 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -43,13 +43,13 @@ NEO4J_PASSWORD=27192e6432564f4788d55c15131bd5ac NEO4J_AUTH=neo4j/27192e6432564f4788d55c15131bd5ac OPENAI_API_KEY= -OLLAMA_URL=http://ollama:11434 +OLLAMA_URL= EMBEDDING_MODEL=text-embedding-3-small +EMBEDDING_MODEL_SIZE=1536 MODEL=gpt-4.1-2025-04-14 - ## for opensource embedding model # EMBEDDING_MODEL=mxbai-embed-large -QUEUE_PROVIDER=bullmq \ No newline at end of file +QUEUE_PROVIDER=bullmq \ No newline at end of file