install plugins rabbitMQ template
I have been looking and can't really find a decent answer on how to install rabbitMQ plugins with the railway rabbitQM template.
Solution:Jump to solution
railway can create the image for you, but you'd need to write the dockerfile to copy the plugins into the applicable folder
7 Replies
Project ID:
N/A
how do you normally install rabbitMQ plugins?
well that's where im lost, i was looking at the repo/image being used for the template and it doesn't really show much other than a conf file. I assume the plugins are built into the image itself?
I'll be brutally honest, if you don't know how to install plugins for rabbitMQ you are going to have a difficult time installing plugins for rabbitMQ on railway
I mean ik you just drop the plugin into a folder and enable it in the cmd but what folder ? would I need to create my own image im assuming?
Solution
railway can create the image for you, but you'd need to write the dockerfile to copy the plugins into the applicable folder
i see. thank you