Add initial railway configuration

This commit is contained in:
Henne Vogelsang 2023-02-01 13:45:27 +01:00
parent 2844024ad8
commit 164ae1cdc1
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

11
railway.json Normal file
View 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
}
}