RabbitMQ with all plugins enabled
5.0K
Latest rabbitmq with the following plugins enabled:
(Should you also want RabbitMQ with AMQPS and MQTTS with automatic certificate renewal from LetsEncrypt please take a look at https://hub.docker.com/r/marcelmaatkamp/rabbitmq-amqps-mqtts which is an extension of this docker container).
Usage in docker-compose:
version: '2'
services:
rabbitmq:
image: marcelmaatkamp/rabbitmq_all_plugins_enabled
restart: always
hostname: rabbitmq
ports:
- 15672:15672
- 5672:5672
environment:
RABBITMQ_NODENAME: rabbitmq@rabbitmq
volumes:
- "rabbitmq:/var/lib/rabbitmq/mnesia"
volumes:
rabbitmq:
Do not forget to change password for user guest!
Content type
Image
Digest
Size
93 MB
Last updated
over 8 years ago
docker pull marcelmaatkamp/rabbitmq-mqtt-ldap