File size: 337 Bytes
4254f01 637183f 4254f01 637183f 4254f01 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "pip install -r requirements.txt"
},
"deploy": {
"startCommand": "cd backend && uvicorn api.main:app --host 0.0.0.0 --port $PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
|