Update railway.json
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
"numReplicas": 1,
|
"numReplicas": 1,
|
||||||
"sleepApplication": false,
|
"sleepApplication": false,
|
||||||
"restartPolicyType": "ON_FAILURE",
|
"restartPolicyType": "ON_FAILURE",
|
||||||
"restartPolicyMaxRetries": 10
|
"restartPolicyMaxRetries": 10,
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"mount": "/app/data",
|
||||||
|
"name": "n8n-mcp-data"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user