13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"build": {
|
|
"builder": "RAILPACK"
|
|
},
|
|
"deploy": {
|
|
"healthcheckPath": "/api/health",
|
|
"healthcheckTimeout": 100,
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10
|
|
}
|
|
}
|