RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins
472
RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins
docker run heidiks/rabbitmq-with-delayed-message-shovel-plugins:latest
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
Content type
Image
Digest
Size
106.6 MB
Last updated
almost 6 years ago
docker pull heidiks/rabbitmq-with-delayed-message-shovel-plugins