Skip to content

Commit bcf7b11

Browse files
committed
add railway docs
1 parent e6d053b commit bcf7b11

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

pages/installation/_meta.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ export default {
33
"docker": "Docker (standalone)",
44
"kubernetes-helm": "Kubernetes with Helm",
55
"development": "Development Environment",
6-
"devcontainer": "Devcontainer"
6+
"devcontainer": "Devcontainer",
7+
"coolify": "Coolify",
8+
"railway": "Railway"
79
};

pages/installation/railway.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ description: How to install Postiz on Railway
44
---
55

66
import EarlyDoc from '../../components/snippets/earlydoc.mdx';
7-
import { Steps, Callout } from 'nextra/components';
87
import Prereqs from '../../components/snippets/installation-pre-reqs.mdx';
98

109
<EarlyDoc />
1110

1211
<Prereqs />
1312

14-
{/* <Steps> */}
15-
1613
<br />
1714

18-
# Create new Railway Project
15+
## Create new Railway Project
1916

2017
Just click the button below and use the default settings to get started.
2118

@@ -24,14 +21,11 @@ Just click the button below and use the default settings to get started.
2421
<br />
2522
<br />
2623

27-
<b>Environment Variables</b>
24+
### Environment Variables
2825

29-
You will need to set the following environment variables:
26+
The environment variables should be already set up in the template, only listing here for reference.
3027

3128
```env
32-
# This file is just as an example of the required environment variables for railway.
33-
# The template should have copied these into the railway postiz-app variables section, only listing here for reference.
34-
3529
PORT="5000" # instructs railway to connect the public domain to port 5000
3630
BACK_END_PORT="3000"
3731
IS_GENERAL="true"

0 commit comments

Comments
 (0)