Page MenuHomeSoftware Heritage

rabbitmq: Open administration interface
AbandonedPublic

Authored by ardumont on Jun 21 2019, 4:19 PM.

Details

Reviewers
anlambert
douardda
vlorentz
Group Reviewers
Reviewers
Summary

login/pass: guest/guest

Test Plan

Check http://localhost:15672, log and see queues ;)

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6410
Build 8895: arc lint + arc unit

Event Timeline

docker-compose.yml
9

I do not think that will work if you are already running rabbitmq locally.

Proposal: bind the RabbitMQ Web UI to the port 5073 ?

That's already exposed in the nginx instance (as /rabbitmq/).

That's already exposed in the nginx instance (as /rabbitmq/).

oh, cool.
Thanks for the heads up!

docker-compose.yml
9

Thanks, as @olasd pointed out, already there ;)