14 lines
391 B
JSON
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
|
|
}
|
|
} |