From 534efddedf4cb844d353e20214a1951481c27e41 Mon Sep 17 00:00:00 2001 From: moonwalk Date: Wed, 16 Jul 2025 13:51:38 +0200 Subject: [PATCH] Update railway.json --- railway.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/railway.json b/railway.json index 1347bd3..2c36162 100644 --- a/railway.json +++ b/railway.json @@ -1,16 +1,13 @@ { - "name": "n8n-mcp", - "services": [ - { - "name": "n8n-mcp", - "source": ".", - "dockerfilePath": "Dockerfile.railway", - "volumes": [ - { - "mount": "/app/data", - "name": "n8n-mcp-data" - } - ] - } - ] + "build": { + "builder": "DOCKERFILE", + "dockerfilePath": "Dockerfile.railway" + }, + "deploy": { + "runtime": "V2", + "numReplicas": 1, + "sleepApplication": false, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10 + } }