{ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" }, "deploy": { "runtime": "V2", "numReplicas": 2, "startCommand": "uvicorn app.main:app --host 0.0.0.0 --port 8000", "sleepApplication": false, "useLegacyStacker": false, "limits": { "cpu": 2000, "memory": "4Gi" }, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 } }