https://github.com/natthasath/docker-rabbitmq
RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.
https://github.com/natthasath/docker-rabbitmq
docker-compose rabbitmq
Last synced: about 2 months ago
JSON representation
RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.
- Host: GitHub
- URL: https://github.com/natthasath/docker-rabbitmq
- Owner: natthasath
- License: mit
- Created: 2022-08-16T10:46:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:38:53.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:51:46.869Z (over 1 year ago)
- Topics: docker-compose, rabbitmq
- Language: YAML
- Homepage: https://www.rabbitmq.com/
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker RabbitMQ
RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.



### 🏆 Run
- [http://localhost:15672/](http://localhost:15672/) username : `admin` password : `admin`
```shell
docker-compose up -d
```