14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"$schema": "https://railway.app/schema.json",
|
|
"build": {
|
|
"builder": "nixpacks"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "npm start",
|
|
"restartPolicyType": "on_failure",
|
|
"restartPolicyMaxRetries": 3,
|
|
"numReplicas": 1,
|
|
"healthcheckPath": "/",
|
|
"healthcheckTimeout": 30
|
|
}
|
|
}
|