Skip to content

Commit 1f564d3

Browse files
committed
Add deployment option: Railway
1 parent 03d44dc commit 1f564d3

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

docs/ensnode.io/src/content/docs/docs/self-host/docker.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: Deploying ENSNode with Docker
3-
sidebar:
4-
label: Docker
5-
order: 1
63
---
74

85
import { LinkCard } from "@astrojs/starlight/components";

docs/ensnode.io/src/content/docs/docs/self-host/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ Self-hosting today means standing up a fresh ENSNode instance from zero and wait
4040

4141
<LinkCard title="Deploy with Docker" description="The Docker deployment option provides the easiest way to run the full ENSNode suite of services both locally and in the cloud." href="/docs/self-host/docker" />
4242

43+
<LinkCard title="Deploy to Railway" description="A guide for deploying the ENSNode Alpha instance on Railway using the Railway Templates approach." href="/docs/self-host/railway" />
44+
4345
<LinkCard title="Deploy with Terraform" description="An example Terraform deployment reference is available, showing an example of deploying the full ENSNode suite on Render with AWS managed domain names." href="/docs/self-host/terraform" />
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Deploying ENSNode to Railway
3+
---
4+
5+
import { LinkCard } from "@astrojs/starlight/components";
6+
7+
This guide provides an example of deploying the full ENSNode Alpha instance suite to [Railway](https://railway.app/), a popular cloud hosting provider. It uses the [Railway Templates](https://docs.railway.app/templates) approach, which allows you to apply a pre-configured infrastructure template to your Railway project with a single click.
8+
9+
<LinkCard
10+
title="Deploy your own ENSNode Alpha instance with Railway"
11+
description="Browse the full Railway Template definition including service definitions and configuration."
12+
href="https://railway.com/deploy/ensnode-alpha"
13+
/>

docs/ensnode.io/src/content/docs/docs/self-host/scalability.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: ENSNode Scalability
33
description: Understand how ENSNode's architecture enables horizontal scaling.
4-
sidebar:
5-
label: Scalability
6-
order: 3
74
---
85

96
import { LinkCard } from "@astrojs/starlight/components";

docs/ensnode.io/src/content/docs/docs/self-host/terraform.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: Deploying ENSNode with Terraform
3-
sidebar:
4-
label: Terraform
5-
order: 2
63
---
74

85
import { LinkCard } from "@astrojs/starlight/components";

0 commit comments

Comments
 (0)