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 {
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} ;
Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ description: How to install Postiz on Railway
44---
55
66import EarlyDoc from ' ../../components/snippets/earlydoc.mdx' ;
7- import { Steps , Callout } from ' nextra/components' ;
87import 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
2017Just 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-
3529PORT="5000" # instructs railway to connect the public domain to port 5000
3630BACK_END_PORT="3000"
3731IS_GENERAL="true"
You can’t perform that action at this time.
0 commit comments