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
- Host: GitHub
- URL: https://github.com/gmauro/rabbitmq-multi-container
- Owner: gmauro
- License: gpl-3.0
- Created: 2018-12-21T11:45:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T09:28:08.000Z (over 6 years ago)
- Last Synced: 2025-03-29T01:18:35.494Z (7 months ago)
- Topics: docker, docker-compose, flower, rabbitmq
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```