diff --git a/mcp-server/railway.json b/mcp-server/railway.json new file mode 100644 index 0000000..1617dc5 --- /dev/null +++ b/mcp-server/railway.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://railway.app/railway.schema.json", + "build": { + "builder": "DOCKERFILE" + }, + "deploy": { + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10, + "healthcheckPath": "/health", + "healthcheckTimeout": 300 + } +}