quantum-ai-v2/railway.json

14 lines
439 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python manage.py collectstatic --noinput && gunicorn netcop_hub.wsgi:application --bind 0.0.0.0:$PORT --workers 1 --timeout 60",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 5,
"healthcheckPath": "/health/",
"healthcheckTimeout": 30,
"healthcheckInterval": 10
}
}