n8n community nodes installation
Hey, how do I accept console in railway. I wan to install some community nodes on my railway n8n installation
Solution:Jump to solution
Hey @stone what I did was to create my custom n8n image and add the custom nodes that I wanted to use. Then upload the image to docker and use it directly on the railway service using the docker name of your image.
14 Replies
Project ID:
0af74363-3f47-44cf-93a5-eac2d9637d70
0af74363-3f47-44cf-93a5-eac2d9637d70
railway does not provide console access to the running apps
Can you tell me how I can install community nodes then?
you would need to run those commands in a Dockerfile
Can you walk me through it? If you dont mind
I can't sorry, I've never done this before, but I think @ENT3I <3 has done this
though I will say this isn't specific to railway so you are encouraged to try to find a solution
Okay I will. Thanks
Solution
Hey @stone what I did was to create my custom n8n image and add the custom nodes that I wanted to use. Then upload the image to docker and use it directly on the railway service using the docker name of your image.
Oh got it. Thanks
Forgot to mention, but whenever you want to use the latest n8n version, create a new image using the pull latest version with your custom dockerfile and push the image again to docker so it updates the image and then just re-deploy your railway service to use your latest image version. I hope this helps.
thank you very much ENT3I