Add initial railway configuration
This commit is contained in:
parent
2844024ad8
commit
164ae1cdc1
1 changed files with 11 additions and 0 deletions
11
railway.json
Normal file
11
railway.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://railway.app/railway.schema.json",
|
||||||
|
"build": {
|
||||||
|
"builder": "nixpacks"
|
||||||
|
},
|
||||||
|
"deploy": {
|
||||||
|
"startCommand": "foreman start -p 3000",
|
||||||
|
"restartPolicyType": "ON_FAILURE",
|
||||||
|
"restartPolicyMaxRetries": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue