From 24a69c9814adee23ec7f8a8df122942faaac9c4c Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 5 Feb 2026 21:51:41 +0000 Subject: [PATCH] docs: add railway deployment template to self hosting docs --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7b4c8f..22ed54f2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,17 @@ See our [roadmap](https://kan.bn/kan/roadmap) for upcoming features. ## Self Hosting 🐳 -The easiest way to self-host Kan is with Docker Compose. This will set up everything for you including your postgres database. +### One-click Deployments + +The easiest way to deploy Kan is through Railway. We've partnered with Railway to maintain an official template that supports the development of the project. + + + Deploy on Railway + + +### Docker Compose + +Alternatively, you can self-host Kan with Docker Compose. This will set up everything for you including your postgres database. 1. Create a new file called `docker-compose.yml` and paste the following configuration: