{"id":19310628,"url":"https://github.com/sepppenner/examplerabbitmqforrasbiandocker","last_synced_at":"2026-01-27T18:10:06.777Z","repository":{"id":82868698,"uuid":"150410150","full_name":"SeppPenner/ExampleRabbitMQForRasbianDocker","owner":"SeppPenner","description":"ExampleRabbitMQForRasbianDocker is an example how to use and configure RabbitMQ on Docker for an ARM architecture like the Raspberry Pi. The project was tested on a Raspberry Pi 3 Model B.","archived":false,"fork":false,"pushed_at":"2020-06-04T15:25:38.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T20:48:04.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","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":"2018-09-26T10:36:19.000Z","updated_at":"2020-06-04T15:25:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e45d8959-c511-4cd4-adb7-587550fbfb58","html_url":"https://github.com/SeppPenner/ExampleRabbitMQForRasbianDocker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SeppPenner/ExampleRabbitMQForRasbianDocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FExampleRabbitMQForRasbianDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FExampleRabbitMQForRasbianDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FExampleRabbitMQForRasbianDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FExampleRabbitMQForRasbianDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/ExampleRabbitMQForRasbianDocker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FExampleRabbitMQForRasbianDocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28817796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:01:38.485Z","status":"ssl_error","status_checked_at":"2026-01-27T18:01:27.499Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T00:25:10.358Z","updated_at":"2026-01-27T18:10:06.761Z","avatar_url":"https://github.com/SeppPenner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExampleRabbitMQForRasbianDocker\n\nExampleRabbitMQForRasbianDocker is an example how to use and configure RabbitMQ on Docker for an ARM architecture like the Raspberry Pi.\nThe project was tested on a Raspberry Pi 3 Model B.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/qt7506trhelwm17a?svg=true)](https://ci.appveyor.com/project/SeppPenner/examplerabbitmqforrasbiandocker)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/ExampleRabbitMQForRasbianDocker.svg)](https://github.com/SeppPenner/ExampleRabbitMQForRasbianDocker/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/ExampleRabbitMQForRasbianDocker.svg)](https://github.com/SeppPenner/ExampleRabbitMQForRasbianDocker/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/ExampleRabbitMQForRasbianDocker.svg)](https://github.com/SeppPenner/ExampleRabbitMQForRasbianDocker/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/ExampleRabbitMQForRasbianDocker/master/License.txt)\n\n## How to use this project:\n\n1. Clone the project to a location with git (or download the zip folder).\n2. Unzip the folder (if neccessary) and cd into the folder.\n3. Build the container.\n\n```bash\ndocker build . -f Dockerfile -t rabbitmq\n```\n\nor simply run\n\n```bash\nbuild.sh\n```\n\n4. Run the container.\n\n```bash\ndocker run -d \\\n--restart always \\\n--name rabbitmq \\\n-p 1883:1883 \\\n-p 15671:15671 \\\n-p 15672:15672 \\\n-p 15675:15675 \\\n-p 15670:15670 \\\nrabbitmq\n```\n\nor simply run\n\n```bash\nstart.sh\n```\n\n## Usernames/ passwords to be used to publish/ subscribe:\n\n* pi/IoT\n* mqtt/IoT\n\nThese passwords can be changed in the `definitions.json` file. To change the passwords follow: https://stackoverflow.com/questions/41306350/how-to-generate-password-hash-for-rabbitmq-management-http-api\nOf course, you can adjust the usernames in this file, too.\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/ExampleRabbitMQForRasbianDocker/blob/master/Changelog.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fexamplerabbitmqforrasbiandocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Fexamplerabbitmqforrasbiandocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fexamplerabbitmqforrasbiandocker/lists"}