Files
codeaashu-claude-code/mcp-server/railway.json
2026-03-31 18:48:42 +05:30

14 lines
318 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "mcp-server/Dockerfile"
},
"deploy": {
"startCommand": "node dist/http.js",
"healthcheckPath": "/health",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3
}
}