graphiti/railway.json
Tyler Lafleur 5b5453e71e Add Dockerfile for Railway MCP server deployment
- Create custom Dockerfile to properly build and deploy MCP server
- Simplify railway.json to rely on Dockerfile configuration
- Ensure mcp_server directory and dependencies are correctly handled
- Set proper PYTHONPATH and port configuration for Railway

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 21:49:41 -05:00

7 lines
No EOL
150 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"deploy": {
"restartPolicyType": "on_failure",
"restartPolicyMaxRetries": 10
}
}