Files
blackroad-os-api/railway.json
2025-11-24 04:11:56 -06:00

14 lines
362 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "poetry install --no-interaction"
},
"deploy": {
"startCommand": "poetry run uvicorn app.main:app --host 0.0.0.0 --port $PORT",
"healthcheckPath": "/v1/health",
"healthcheckTimeout": 100,
"restartPolicyType": "always"
}
}