Skip to content

Commit f4daf30

Browse files
committed
use branch links
Changing image links to raw and on coder-on-railway branch to be able to display correctly on Railway.app template page
1 parent f9efe4f commit f4daf30

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

posts/coder-on-railway/railway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ Your Coder deployment will always be accessible at `https://<app-name>.up.railwa
2525

2626
Create your first user by going to `https://<app-name>.up.railway.app` or your custom domain.
2727

28-
![Welcome to Coder](./static/coder_setup.png)
28+
![Welcome to Coder](https://raw.githubusercontent.com/coder/blogs/coder-on-railway/posts/coder-on-railway/static/coder_setup.png)
2929

3030
### 3. Create your first template
3131

3232
[**Templates**](https://coder.com/docs/v2/latest/templates): Templates are written in Terraform and describe the infrastructure for workspaces. Coder provides a set of starter templates to help you get started.
3333

3434
Choose a template to set up your first workspace. You can also [create your own templates](https://coder.com/docs/v2/latest/templates) to define your custom infrastructure with your preferred cloud provider.
35-
![starter templates](./static/starter_templates_welcome.png)
35+
![starter templates](https://raw.githubusercontent.com/coder/blogs/coder-on-railway/posts/coder-on-railway/static/starter_templates_welcome.png)
3636

3737
### 4. Create your first workspace
3838

3939
[**Workspaces**](https://coder.com/docs/v2/latest/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development. You can create workspaces from templates. Here wea are showing the workspaces created from the Fly.io starter template in action.
40-
![fly.io workspace](./static/fly_workspace.png)
40+
![fly.io workspace](https://raw.githubusercontent.com/coder/blogs/coder-on-railway/posts/coder-on-railway/static/fly_workspace.png)
4141

4242
## Documentation
4343

posts/deploy-coder-on-fly-io/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
---
2-
---
3-
41
# Deploy Coder on Railway.app
52

3+
Coder can be deployed on Railway.app in just a few clicks. This guide will walk you through the process of deploying Coder on Railway.app.
4+
65
## Quickstart
76

7+
Start your deployment by clicking the button below. This will take you to Railway.app where you can sign up for a free account and deploy Coder.
8+
9+
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/cUQ8_P?referralCode=tfH8Uw)
10+
811
### 1. Fill the environment variables
912

1013
The current version of the template allows you to set an optional environment variable `CODER_WILDCARD_ACCESS_URL` which will allow you to forward ports from your workspace to a custom wildcard subdomain of the URL you provide. This is useful if you want to access a service running in your workspace from a browser. For example, if you set `CODER_WILDCARD_ACCESS_URL` to `*.coder.example.com`, you can access a service running on port 8080 in your workspace by visiting `8080--<username>--<workspace-name>.coder.example.com`.

0 commit comments

Comments
 (0)