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