Files
api-ranking-jogos/railway.json
2026-05-19 00:00:03 -05:00

14 lines
391 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "RAILPACK"
},
"deploy": {
"preDeployCommand": "php artisan migrate --force",
"startCommand": "php artisan serve --host=0.0.0.0 --port=${PORT:-8000}",
"healthcheckPath": "/health",
"healthcheckTimeout": 600,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}