Project: https://github.com/progrium/dokku
- dokku-link plugin (https://github.com/rlaneve/dokku-link)
cd /var/lib/dokku/plugins
git clone https://github.com/jlachowski/dokku-rabbitmq-single-plugin.git rabbitmq
dokku plugins-install
$ dokku help
rabbitmq:create <app> Create a rabbitmq virtual host/user
rabbitmq:delete <app> Delete specified rabbitmq vhost/user
rabbitmq:rebuild <app> Rebuild specified rabbitmq vhost/user
rabbitmq:start Start the rabbitmq docker container if it isn't running
rabbitmq:stop Stop the rabbitmq docker container
rabbitmq:status Shows status of rabbitmq
rabbitmq:list List all virtual hosts
- write the list command
- add peristent logs
This is partially based on the dokku-postgresql-plugin: https://github.com/jeffutter/dokku-postgresql-plugin