From 498e88e7ae422485cdce7bac12cde66fefe58245 Mon Sep 17 00:00:00 2001 From: moonwalk Date: Wed, 16 Jul 2025 13:04:03 +0200 Subject: [PATCH] Update railway.json added mount --- railway.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/railway.json b/railway.json index e9ec6bd..1347bd3 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,13 @@ { "name": "n8n-mcp", "source": ".", - "dockerfilePath": "Dockerfile.railway" + "dockerfilePath": "Dockerfile.railway", + "volumes": [ + { + "mount": "/app/data", + "name": "n8n-mcp-data" + } + ] } ] }