An open API service indexing awesome lists of open source software.

https://github.com/gmauro/rabbitmq-multi-container

RabbitMQ and Flower bundled together in a multi-container Docker application
https://github.com/gmauro/rabbitmq-multi-container

docker docker-compose flower rabbitmq

Last synced: 7 days ago
JSON representation

RabbitMQ and Flower bundled together in a multi-container Docker application

Awesome Lists containing this project

README

          

# rabbitmq-multi-container
RabbitMQ and Flower bundled together in a multi-container Docker application

## Requirements

[docker](https://docs.docker.com/install/)
[docker-compose](https://docs.docker.com/compose/install/)

## Usage
Copy docker-compose.yml in a proper path and then run it:
```bash
docker-compose up -d
```