Update railway.json
This commit is contained in:
25
railway.json
25
railway.json
@@ -1,16 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp",
|
"build": {
|
||||||
"services": [
|
"builder": "DOCKERFILE",
|
||||||
{
|
"dockerfilePath": "Dockerfile.railway"
|
||||||
"name": "n8n-mcp",
|
},
|
||||||
"source": ".",
|
"deploy": {
|
||||||
"dockerfilePath": "Dockerfile.railway",
|
"runtime": "V2",
|
||||||
"volumes": [
|
"numReplicas": 1,
|
||||||
{
|
"sleepApplication": false,
|
||||||
"mount": "/app/data",
|
"restartPolicyType": "ON_FAILURE",
|
||||||
"name": "n8n-mcp-data"
|
"restartPolicyMaxRetries": 10
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user