Levi / railway.json
Manish Kumar
new model fix
42a745c
Raw
History Blame Contribute Delete
289 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "ON_FAILURE",
"healthcheckPath": "/api/health",
"healthcheckTimeout": 120
}
}