heidiks/rabbitmq-with-delayed-message-shovel-plugins
RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins
149
RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins
Image
docker run heidiks/rabbitmq-with-delayed-message-shovel-plugins:latest
Docker compose sample:
version: '3.3'
services:
rabbit:
image: heidiks/rabbitmq-with-delayed-message-shovel-plugins:latest
environment:
- RABBITMQ_DEFAULT_USER=admin
- RABBITMQ_DEFAULT_PASS=password
ports:
- "5672:5672"
- "15672:15672"
The environment variables are the same as the official image
docker pull heidiks/rabbitmq-with-delayed-message-shovel-plugins