Skip to content

A Dockerfile to create a docker image for RabbitMQ with Stomp plugin

License

Notifications You must be signed in to change notification settings

pavlo/docker-rabbitmq-stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rabbitmq-stomp

The base image to run RabbitMQ with STOMP plugin

Thanks to tumtumcloud!

This stuff is based on excellent https://github.com/tutumcloud/rabbitmq image.

Build it

docker build -t yourid/rabbitmq:latest .

Run it

docker run --name="rabbitmq" \
  -p 5672:5672 \
  -p 15672:15672 \
  -p 61613:61613  \
  -e RABBITMQ_USER=$RABBITMQ_USER \
  -e RABBITMQ_PASS=$RABBITMQ_PASS \
  yourid/rabbitmq:latest

About

A Dockerfile to create a docker image for RabbitMQ with Stomp plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages