{"id":13581267,"url":"https://github.com/jmb12686/raspi-docker-stacks","last_synced_at":"2025-06-26T15:33:18.098Z","repository":{"id":64232134,"uuid":"208821913","full_name":"jmb12686/raspi-docker-stacks","owner":"jmb12686","description":"Collection of Docker Stacks for usage on a multi-architecture Docker Swarm cluster (arm, amd64)","archived":false,"fork":false,"pushed_at":"2020-07-23T15:01:47.000Z","size":121,"stargazers_count":33,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T21:42:50.841Z","etag":null,"topics":["alertmanager","cloudflared","dns-over-https","docker","elasticsearch","elasticstack","filebeat","gitlab","gitlab-ci","gitlab-runner","grafana","kibana","multiarch","node-exporter","pihole","portainer","prometheus","raspberry-pi","raspberrypi"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmb12686.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-16T14:34:13.000Z","updated_at":"2025-03-14T04:53:11.000Z","dependencies_parsed_at":"2023-01-15T05:46:07.777Z","dependency_job_id":null,"html_url":"https://github.com/jmb12686/raspi-docker-stacks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmb12686/raspi-docker-stacks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fraspi-docker-stacks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fraspi-docker-stacks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fraspi-docker-stacks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fraspi-docker-stacks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmb12686","download_url":"https://codeload.github.com/jmb12686/raspi-docker-stacks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fraspi-docker-stacks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262094810,"owners_count":23258039,"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":["alertmanager","cloudflared","dns-over-https","docker","elasticsearch","elasticstack","filebeat","gitlab","gitlab-ci","gitlab-runner","grafana","kibana","multiarch","node-exporter","pihole","portainer","prometheus","raspberry-pi","raspberrypi"],"created_at":"2024-08-01T15:01:59.828Z","updated_at":"2025-06-26T15:33:18.030Z","avatar_url":"https://github.com/jmb12686.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# RaspberryPi Docker Swarm Stacks\n\n![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fhealthchecks.io%2Fbadge%2F60ea1ee3-cc42-4799-9a68-e08d81%2FlrujVX8j.shields)\n\nA collection of Docker Stacks that I run on my home Raspberry Pi Docker Swarm cluster.\n\n* **Prometheus** - Full metrics and monitoring pipeline.  Includes Docker, container, and node based metric collection, alerting, and visualization w/ **Grafana**\n* **pihole** - Network wide adblocker implementing DNS over HTTPS (DoH) via **cloudflared** proxy.\n* **portainer** - Docker Swarm cluster management UI.\n* **GitLab** - GitLab Omnibus deployment with GitLab CI/CD Runner.\n* **Elastic (ELK) Stack** - Logging aggregation, analysis, search, and visualization stack.  Comprised of **Elasticsearch**, **Kibana**, and **Filebeat**.\n* **Unifi Controller** -  Wireless network management software solution from Ubiquiti Networks for administration of Unifi network gear.\n  \n\n\n## Setup and Install\nClone the repo, `cd` into each directory and run:\n```bash\nsudo docker stack deploy --compose-file=$FILE_NAME $STACK_NAME\n```\n\n**Note** - Read thru README in each dir for setup and configuration details of each stack.\n\n## Multiarch Docker Images\n\nMany of the open source products used here do not have vendor supported ARM compatible Docker images or are published under different Docker Hub repositories / tags.  Some vendor supported images do have ARM support, but are not fully compatible with Docker Swarm clustering.  To overcome these limitations, the following projects were created and use [Docker buildx](https://docs.docker.com/buildx/working-with-buildx/) to publish native multi-architecture images (tutorial [here](https://www.docker.com/blog/multi-arch-images/)).  Check out these repositories for further information:\n\n* [jmb12686/docker-cadvisor](https://github.com/jmb12686/docker-cadvisor)\n* [jmb12686/node-exporter](https://github.com/jmb12686/node-exporter)\n* [jmb12686/docker-swarm-alertmanager](https://github.com/jmb12686/docker-swarm-alertmanager)\n* [jmb12686/docker-socat](https://github.com/jmb12686/docker-socat)\n* [jmb12686/docker-elasticsearch](https://github.com/jmb12686/docker-elasticsearch)\n* [jmb12686/docker-kibana](https://github.com/jmb12686/docker-kibana)\n* [jmb12686/docker-filebeat](https://github.com/jmb12686/docker-filebeat)\n\nSpecial shout out to these open source ARM compatible projects used:\n\n* [crazy-max/docker-cloudflared](https://github.com/crazy-max/docker-cloudflared)\n* [pi-hole/docker-pi-hole](https://github.com/pi-hole/docker-pi-hole)\n* [ulm0/gitlab](https://github.com/ulm0/gitlab)\n* [klud/gitlab-runner](https://hub.docker.com/r/klud/gitlab-runner/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmb12686%2Fraspi-docker-stacks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmb12686%2Fraspi-docker-stacks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmb12686%2Fraspi-docker-stacks/lists"}