We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8afb4e5 + 61e4ad3 commit 1c5a935Copy full SHA for 1c5a935
1 file changed
mcp-server/railway.json
@@ -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