Create railway.json

This commit is contained in:
moonwalk
2025-07-16 09:16:49 +02:00
committed by GitHub
parent 011db5ce7f
commit e01ff0faa1

10
railway.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "n8n-mcp",
"services": [
{
"name": "n8n-mcp",
"source": ".",
"dockerfilePath": "Dockerfile.railway"
}
]
}