From a6ccdd08b60807bd8227a692937da47278ffd895 Mon Sep 17 00:00:00 2001 From: moonwalk Date: Wed, 16 Jul 2025 13:55:55 +0200 Subject: [PATCH] Update railway.json --- railway.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 2c36162..1e0eb02 100644 --- a/railway.json +++ b/railway.json @@ -8,6 +8,12 @@ "numReplicas": 1, "sleepApplication": false, "restartPolicyType": "ON_FAILURE", - "restartPolicyMaxRetries": 10 + "restartPolicyMaxRetries": 10, + "volumes": [ + { + "mount": "/app/data", + "name": "n8n-mcp-data" + } + ] } }