Skip to content

Commit 1c5a935

Browse files
authored
Merge pull request #320 from DevanshuNEU/fix/mcp-service-railway-config
fix: give the MCP service its own railway.json (it was building the backend Dockerfile)
2 parents 8afb4e5 + 61e4ad3 commit 1c5a935

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

mcp-server/railway.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://railway.app/railway.schema.json",
3+
"build": {
4+
"builder": "DOCKERFILE"
5+
},
6+
"deploy": {
7+
"restartPolicyType": "ON_FAILURE",
8+
"restartPolicyMaxRetries": 10,
9+
"healthcheckPath": "/health",
10+
"healthcheckTimeout": 300
11+
}
12+
}

0 commit comments

Comments
 (0)