Made deployable on Railway (#53)

* Rename Dockerfile to __Dockerfile

* Update and rename __Dockerfile to Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Rename Dockerfile to Dockerfile.railway

* Create Docherfile

* Rename Docherfile to Dockerfile

* Create railway.json

* Update README.md
This commit is contained in:
moonwalk
2025-07-16 10:27:21 +02:00
committed by GitHub
parent caf1e008d7
commit 9e9a9856f4
4 changed files with 92 additions and 1 deletions

10
railway.json Normal file
View File

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