Files
n8n-mcp/railway.json
moonwalk 498e88e7ae Update railway.json
added mount
2025-07-16 13:04:03 +02:00

17 lines
261 B
JSON

{
"name": "n8n-mcp",
"services": [
{
"name": "n8n-mcp",
"source": ".",
"dockerfilePath": "Dockerfile.railway",
"volumes": [
{
"mount": "/app/data",
"name": "n8n-mcp-data"
}
]
}
]
}