Running RabbitMQ on Unraid

This post is part of a series covering running various containers on Unraid. {: .prompt-tip }

This is a quick post on getting RabbitMQ up and running in a Docker container on Unraid, this post is based on the official docker image.

Configuration

Repository Tag

Personally I prefer using the built-in management plugin, so I opt for this tag:

Ports

You will need to expose the following ports:

Paths

You will need to have the following paths configured for your container:

Note: Make sure that rabbitmq.conf exists locally before you start the container. {: .prompt-warning }

You can refer to this link for an example configuration file.

You can refer to the official documentation for all available configuration options.

Variables

Running

That's all you need to get up and running, once the container has started you can head over to: http://192.168.0.60:15672/ and login with the credentials you set.

Enjoy!