HackRx / railway.json
aravsaxena884's picture
dd
3951d64
raw
history blame contribute delete
272 Bytes
{
"build": {
"builder": "DOCKERFILE"
},
"deploy": {
"startCommand": "uvicorn rag:app --host 0.0.0.0 --port $PORT",
"healthcheckPath": "/health",
"healthcheckTimeout": 300,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3
}
}