dokku-rabbitmq-plugin icon indicating copy to clipboard operation
dokku-rabbitmq-plugin copied to clipboard

More of a question

Open lukebyrne opened this issue 10 years ago • 1 comments

Say I was using Dokku to deploy multiple Sinatra (or NodeJS) apps, how would I go about having a RabbitMQ sit in the middle as a message broker, rather than RabbitMQ per app?

lukebyrne avatar Jun 25 '14 10:06 lukebyrne

dokku rabbitmq:link app1 rabbit
dokku rabbitmq:link app2 rabbit
dokku rabbitmq:link app3 rabbit

AlJohri avatar Jun 25 '14 12:06 AlJohri