Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions deployment/deploy-on-railway.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'Deploy on Railway'
description: 'Learn how to deploy Chartbrew on Railway'
canonicalUrl: https://docs.chartbrew.com/deployment/deploy-on-railway/

meta:
- property: og:url
content: https://docs.chartbrew.com/deployment/deploy-on-railway/

---

Chartbrew can be deployed on Railway using the 1-click template. This allows you to quickly set up and run Chartbrew with minimal configuration.


<a href="https://railway.com/deploy/chartbrew?referralCode=9uHSFr&utm_medium=integration&utm_source=template&utm_campaign=generic" target="_blank" rel="noopener noreferrer">
<img src="https://railway.com/button.svg" alt="Deploy on Railway" height="40" noZoom />
</a>
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"deployment/deploy-with-apache",
"deployment/deploy-on-heroku-and-vercel",
"deployment/deploy-on-render",
"deployment/deploy-on-digitalocean"
"deployment/deploy-on-digitalocean",
"deployment/deploy-on-railway"
]
},
{
Expand Down