17 lines
261 B
JSON
17 lines
261 B
JSON
{
|
|
"name": "n8n-mcp",
|
|
"services": [
|
|
{
|
|
"name": "n8n-mcp",
|
|
"source": ".",
|
|
"dockerfilePath": "Dockerfile.railway",
|
|
"volumes": [
|
|
{
|
|
"mount": "/app/data",
|
|
"name": "n8n-mcp-data"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|