rabbitmq-unsafe
Unsecured RabbitMQ (Bitnami-based) for local development and CI/CD testing only.
307
This image is a custom wrapper around bitnami/rabbitmq with all built-in security restrictions disabled.
It is intended for local development and CI/CD pipelines, where convenience and ease of access are more important than strict security.
loopback_users restrictions disabled → all users (including guest) can connect from any host⚠️ Warning: This image must not be used in production.
All security restrictions are disabled, which makes it unsafe for any public or sensitive environment.
services:
rabbitmq:
image: maximiliysiss/rabbitmq-unsafe:latest
ports:
- "5672:5672" # AMQP
- "15672:15672" # Management UI
Then access the RabbitMQ Management UI at http://localhost:15672
Default credentials: guest/guest
Content type
Image
Digest
sha256:6aaee8d80…
Size
173.9 MB
Last updated
11 months ago
docker pull maximiliysiss/rabbitmq-unsafe:1.0