{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS" }, "deploy": { "startCommand": "python main.py", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 } }