Added support for RabbitMQ

This commit is contained in:
Benjamin Katznelson
2016-08-28 18:12:55 +10:00
parent 5a980b1c97
commit 1e5d604470
3 changed files with 29 additions and 1 deletions

12
rabbitmq/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
#
# RabbitMQ Dockerfile
#
# https://github.com/dockerfile/rabbitmq
#
# Pull base image.
FROM rabbitmq
RUN rabbitmq-plugins enable --offline rabbitmq_management
EXPOSE 15671 15672