Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 584 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 584 Bytes

LocalEGA internal message broker in a docker image

We use RabbitMQ 3.6.14 including the management plugins.

The following environment variables can be used to configure the broker:

Variable Description
MQ_USER Default user (with admin rights)
MQ_PASSWORD_HASH Password hash for the above user
CEGA_CONNECTION DSN URL for the shovels and federated queues with CentralEGA

If you want persistent data, you can use a named volume or a bind-mount and make it point to /var/lib/rabbitmq.