File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ export default {
3
3
"docker" : "Docker (standalone)" ,
4
4
"kubernetes-helm" : "Kubernetes with Helm" ,
5
5
"development" : "Development Environment" ,
6
- "devcontainer" : "Devcontainer"
6
+ "devcontainer" : "Devcontainer" ,
7
+ "coolify" : "Coolify" ,
8
+ "railway" : "Railway"
7
9
} ;
Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ description: How to install Postiz on Railway
4
4
---
5
5
6
6
import EarlyDoc from ' ../../components/snippets/earlydoc.mdx' ;
7
- import { Steps , Callout } from ' nextra/components' ;
8
7
import Prereqs from ' ../../components/snippets/installation-pre-reqs.mdx' ;
9
8
10
9
<EarlyDoc />
11
10
12
11
<Prereqs />
13
12
14
- { /* <Steps> */ }
15
-
16
13
<br />
17
14
18
- # Create new Railway Project
15
+ ## Create new Railway Project
19
16
20
17
Just click the button below and use the default settings to get started.
21
18
@@ -24,14 +21,11 @@ Just click the button below and use the default settings to get started.
24
21
<br />
25
22
<br />
26
23
27
- < b > Environment Variables</ b >
24
+ ### Environment Variables
28
25
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.
30
27
31
28
``` 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
-
35
29
PORT="5000" # instructs railway to connect the public domain to port 5000
36
30
BACK_END_PORT="3000"
37
31
IS_GENERAL="true"
You can’t perform that action at this time.
0 commit comments