Skip to content

Commit 1ab4e24

Browse files
authored
docs: add railway deployment template to self hosting docs (#363)
1 parent 34165b3 commit 1ab4e24

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@ See our [roadmap](https://kan.bn/kan/roadmap) for upcoming features.
4747

4848
## Self Hosting 🐳
4949

50-
The easiest way to self-host Kan is with Docker Compose. This will set up everything for you including your postgres database.
50+
### One-click Deployments
51+
52+
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.
53+
54+
<a href="https://railway.com/deploy/kan?referralCode=bZPsr2&utm_medium=integration&utm_source=template&utm_campaign=generic">
55+
<img src="https://railway.app/button.svg" alt="Deploy on Railway" height="40" />
56+
</a>
57+
58+
### Docker Compose
59+
60+
Alternatively, you can self-host Kan with Docker Compose. This will set up everything for you including your postgres database.
5161

5262
1. Create a new file called `docker-compose.yml` and paste the following configuration:
5363

0 commit comments

Comments
 (0)