File size: 333 Bytes
187966e | 1 2 3 4 5 6 7 8 9 10 11 | {
"$schema": "https://railway.app/railway.schema.json",
"build": { "builder": "NIXPACKS" },
"deploy": {
"startCommand": "uv run alembic upgrade head && uv run uvicorn app.main:app --host 0.0.0.0 --port $PORT",
"healthcheckPath": "/healthz",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3
}
}
|