N8N and custom nodes

compwiz21HOBBY

10 months ago

Hello,

So I'm using railway to host n8n. My question is, I have custom nodes. How the heck do i upload and include those custom nodes everytime it's deployed?

2 Replies

10 months ago

Your n8n service deploys from an image, you would instead want to have it deploy from a repo where you have a n8n based Dockerfile setup to copy the nodes into the applicable location.


emilefyonHOBBY

4 months ago

@compwiz21: did you find a solution? I am interested to know how you achieved this if you did.