flexigo-support-bot / railway.json
victor34593993's picture
deploy flexigo support bot
187966e verified
Raw
History Blame Contribute Delete
333 Bytes
{
"$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
}
}