Update railway.json
added mount
This commit is contained in:
@@ -4,7 +4,13 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp",
|
"name": "n8n-mcp",
|
||||||
"source": ".",
|
"source": ".",
|
||||||
"dockerfilePath": "Dockerfile.railway"
|
"dockerfilePath": "Dockerfile.railway",
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"mount": "/app/data",
|
||||||
|
"name": "n8n-mcp-data"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user