Skip to content

joukou/joukou-docker-rabbitmq

Repository files navigation

RabbitMQ Dockerfile for Joukou

Build Status Docker Repository on Quay.io Apache 2.0 Stories in Ready IRC

RabbitMQ 3.3.x Dockerfile for Joukou.

Includes the RabbitMQ Management Plugin.

Usage

Executed via Joukou Fleet Units.

Base Image

See quay.io/joukou/base.

Volumes

Location Purpose
/var/log/rabbitmq RabbitMQ logs
/var/lib/rabbitmq RabbitMQ data. The ephemeral nature of Docker containers aside, it is simply not efficient to store data on the union file system.

Exposed Ports

Port Purpose
4369 Erlang Port Mapper Daemon (epmd)
5672 RabbitMQ (AMQP)
15672 RabbitMQ Management Plugin (HTTP)
25672 Erlang Distributed Node Protocol

Contributors

Isaac Johnston (Joukou Ltd)

License

Copyright © 2014 Joukou Ltd.

RabbitMQ Dockerfile for Joukou is under the Apache 2.0 license. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages