{"id":18712424,"url":"https://github.com/serkodev/rabbitmq-cluster-docker","last_synced_at":"2025-08-14T05:32:58.518Z","repository":{"id":64830255,"uuid":"492824189","full_name":"serkodev/rabbitmq-cluster-docker","owner":"serkodev","description":"1-click setup RabbitMQ Cluster with Docker Compose","archived":false,"fork":false,"pushed_at":"2024-06-17T13:34:55.000Z","size":7,"stargazers_count":104,"open_issues_count":2,"forks_count":55,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-08T09:23:19.784Z","etag":null,"topics":["cluster","compose","config","docker","docker-compose","easy-to-use","haproxy","rabbitmq","rabbitmq-cluster"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serkodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-16T12:24:47.000Z","updated_at":"2024-12-01T18:44:47.000Z","dependencies_parsed_at":"2024-11-07T12:45:38.356Z","dependency_job_id":null,"html_url":"https://github.com/serkodev/rabbitmq-cluster-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Frabbitmq-cluster-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Frabbitmq-cluster-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Frabbitmq-cluster-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serkodev%2Frabbitmq-cluster-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serkodev","download_url":"https://codeload.github.com/serkodev/rabbitmq-cluster-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229805178,"owners_count":18126807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cluster","compose","config","docker","docker-compose","easy-to-use","haproxy","rabbitmq","rabbitmq-cluster"],"created_at":"2024-11-07T12:42:45.625Z","updated_at":"2024-12-15T10:05:21.328Z","avatar_url":"https://github.com/serkodev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ Cluster Docker\n\nSetup a RabbitMQ Cluster environment on your device using the pure [RabbitMQ](https://hub.docker.com/_/rabbitmq/) official docker image with Docker Compose.\n\n## Features\n\n- Super easy setup, config and expand\n- Use a purely official RabbitMQ image\n- Support latest version, optimized for Erlang cookie config\n- Build-in HAProxy load balancing\n\n## Quick start\n\n```\ndocker compose up\n```\n\nOpen http://localhost:15672 to login RabbitMQ dashboard.\n\n\u003e Username: `guest`  \n\u003e Password: `guest`\n\n## Configuration\n\n### `docker-compose.yml`\n\nDocker [compose](https://docs.docker.com/compose/compose-file/) config file, including 3 RabbitMQ service cluster and a HAProxy.\n\n| Service     | Description               |\n| ----------- | ------------------------- |\n| `rabbitmq1` | RabbitMQ (cluster)        |\n| `rabbitmq2` | RabbitMQ (cluster member) |\n| `rabbitmq3` | RabbitMQ (cluster member) |\n| `haproxy`   | Load Balancer             |\n\n#### Default expose ports\n\n| Host              | Description                                         |\n| ----------------- | --------------------------------------------------- |\n| `localhost:5672`  | AMQP 0-9-1 and AMQP 1.0 clients                     |\n| `localhost:15672` | HTTP API clients, management UI and `rabbitmqadmin` |\n\n### `.env`\n\n| Name                     | Default |\n| ------------------------ | ------- |\n| `RABBITMQ_DEFAULT_USER`  | guest   |\n| `RABBITMQ_DEFAULT_PASS`  | guest   |\n| `RABBITMQ_DEFAULT_VHOST` | /       |\n\n### `.erlang.cookie`\n\nPut your custom [Erlang Cookie](https://www.rabbitmq.com/clustering.html#erlang-cookie) inside this file (default: `12345`) for the nodes in cluster communicate with each other.\n\n### `haproxy.cfg`\n\nLoad balancer [HA Proxy](http://www.haproxy.org/) config. Including the load balancing config and the hostnames of the nodes in cluster.\n\n## References\n\n- [docker-rabbitmq-cluster](https://github.com/pardahlman/docker-rabbitmq-cluster)\n- [rabbitmq-cluster](https://github.com/JohnnyVicious/rabbitmq-cluster)\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkodev%2Frabbitmq-cluster-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserkodev%2Frabbitmq-cluster-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserkodev%2Frabbitmq-cluster-docker/lists"}