Skip to content

Commit b897d63

Browse files
chore:railway docs (#3038)
1 parent 6c6b495 commit b897d63

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

site/src/content/docs/self-hosting/railway.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1+
import { TutorialVideo } from '@/components/TutorialVideo';
2+
13
# Railway Deployment
24

35
Railway provides a simple platform for deploying Rivet Engine with automatic scaling and managed infrastructure.
46

7+
## Video Tutorial
8+
9+
<TutorialVideo videoId="zk8ODYz8CrI" />
10+
511
## Quick Deploy
612

7-
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/rivet?referralCode=RC7bza&utm_medium=integration&utm_source=template&utm_campaign=generic)
13+
Choose the template that best fits your needs:
14+
15+
| **Rivet Template** | **Rivet Starter** |
16+
|-------------------|-------------------|
17+
| [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/rivet?referralCode=RC7bza&utm_medium=integration&utm_source=template&utm_campaign=generic) | [![Deploy Rivet Starter](https://railway.com/button.svg)](https://railway.com/deploy/rivet-starter) |
18+
| **Blank template** to start fresh | **Complete example** with chat app |
19+
| - Rivet Engine | - Pre-configured Rivet Engine |
20+
| - PostgreSQL database | - Example chat application with Actors |
21+
| - Basic configuration | - PostgreSQL database |
22+
| - Manual setup required | - Rivet Inspector for debugging |
23+
| | - Ready to run immediately |
824

925
You can also use the [Rivet Railway template](https://github.com/rivet-gg/template-railway) as a starting point for your application.
1026

27+
<Note>
28+
After deploying either template, you can find the `RIVET__AUTH__ADMIN_TOKEN` under the **Variables** tab in the Railway dashboard. This token is required to access the Rivet Inspector.
29+
</Note>
30+
1131
## Manual Deployment
1232

1333
### Prerequisites

0 commit comments

Comments
 (0)