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

Results 8 dokku-rabbitmq-plugin issues
Sort by recently updated
recently updated
newest added

Firstly, I have no idea why the env variables are set like this: ``` bash "BROKER_URL=amqp://\${BROKER_USERNAME}:\${BROKER_PASSWORD}@\${BROKER_PORT_${RABBITMQ_PORT}_TCP_ADDR}:\${BROKER_PORT_${RABBITMQ_ADMIN_PORT}_TCP_PORT}//" ``` Of course, they don't work if I use them in my app. Then,...

I think that was not explicit enough. I found out I needed to install it after reading this error message on my terminal: ``` # dokku rabbitmq:list Link plugin not...

I'm on Ubuntu 14.04.1 and Docker 0.3.14. I'm trying to sit rabbit between node.js server and node.js worker. When I issue rabbitmq:link, receive error: "Rabbitmq is not correctly initialized" Any...

When i start a rabbit container under dokku, I get this output and the container exits: ``` Warning: PID file not written; -detached was passed. ll_alloc: Cannot allocate 247463936 bytes...

After deploying a RabbitMQ container, following environment variable are set for the dokku app: ``` root@host:~#dokku config pusher-dev === app config vars === API_KEY: 3BBmHukpC4Z5goOotNFgz1IaNJykjp2WSIfmCMLv7WI BROKER_ADMIN_PORT: ${BROKER_PORT_15672_TCP_PORT} BROKER_AMQP_PORT: ${BROKER_PORT_5672_TCP_PORT} BROKER_HOST:...

``` ubuntu@ip-10-178-32-130:/home/dokku$ dokku rabbitmq:list dev RabbitMQ containers: - dev2 ``` ``` ubuntu@ip-10-178-32-130:/home/dokku$ dokku rabbitmq:delete dev2 -----> This will permanently remove all the stored data. Are you sure (yes/no)? yes App...

When deleting a rabbitmq container numerous directories cannot be removed: ``` rm: cannot remove '/home/dokku/.rabbitmq/test/volume/initialized': Permission denied rm: cannot remove '/home/dokku/.rabbitmq/test/volume/rabbit@19cbdc3d8d4a-plugins-expand/rabbitmq_web_dispatch-3.3.5/ebin/rabbit_web_dispatch.beam': Permission denied rm: cannot remove '/home/dokku/.rabbitmq/test/volume/rabbit@19cbdc3d8d4a-plugins-expand/rabbitmq_web_dispatch-3.3.5/ebin/rabbitmq_web_dispatch.app': Permission denied ```...

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...