RabbitMQ Docker container which provides the RabbitMQ message broker.
4.7K
Container Source - GitHub Mirror
This is the Conarx Containers RabbitMQ image, it provides the RabbitMQ message broker server.
| Provider | Repository |
|---|---|
| DockerHub | allworldit/rabbitmq |
| Conarx | registry.conarx.tech/containers/rabbitmq |
All our Docker images are part of our Conarx Containers product line. Images are generally based on Alpine Linux and track the
Alpine Linux major and minor version in the format of vXX.YY.
Images built from source track both the Alpine Linux major and minor versions in addition to the main software component being
built in the format of vXX.YY-AA.BB, where AA.BB is the main software component version.
Our images are built using our Flexible Docker Containers framework which includes the below features...
Please use the project Issue Tracker.
Commercial support for all our Docker images is available from Conarx.
We also provide consulting services to create and maintain Docker images to meet your exact needs.
Additional environment variables are available from...
RabbitMQ node name, defaults to rabbitmq.
RabbitMQ admin username, defaults to rabbitmqadmin. This user is only created if the associated password below is set.
RabbitMQ admin password.
RabbitMQ user to create for read/write (non configuration) access. If unset, no user will be created.
RabbitMQ user password for RABBITMQ_USERNAME.
All environment variable starting with RABBITMQ_ are dumped to /etc/rabbitmq/rabbitmq-env.conf.
ref: https://www.rabbitmq.com/configure.html#customise-environment
RabbitMQ data directory.
Definition file created during startup. If it exists it will not be overwritten.
| Port | Description |
|---|---|
| 4369 | EPMD peer discovery service |
| 5671 | AMQP clients with TLS |
| 5672 | AMQP clients without TLS |
| 15671 | HTTP API with TLS |
| 15672 | HTTP API without TLS |
| 15692 | Prometheus metrics with TLS (if Prometheus plugin is enabled) |
| 15692 | Prometheus metrics without TLS (if Prometheus plugin is enabled) |
| 25672 | Inter-node and CLI communication |
version: '3.9'
services:
minio:
image: registry.gitlab.iitsp.com/allworldit/docker/rabbitmq
environment:
- RABBITMQ_ADMIN_USERNAME=myadmin
- RABBITMQ_ADMIN_PASSWORD=myadmin
volumes:
- ./data:/var/lib/rabbitmq
ports:
- '5672:5672'
- '15672:15672'
networks:
- internal
networks:
internal:
driver: bridge
enable_ipv6: true
Content type
Image
Digest
sha256:942d79b6e…
Size
79.6 MB
Last updated
12 months ago
docker pull allworldit/rabbitmq