{"id":13588864,"url":"https://github.com/julienhmmt/docker-compose","last_synced_at":"2025-04-13T05:38:36.329Z","repository":{"id":48115434,"uuid":"255181116","full_name":"julienhmmt/docker-compose","owner":"julienhmmt","description":"Some examples of docker-compose stacks used at home and at work...","archived":false,"fork":false,"pushed_at":"2023-12-20T10:40:15.000Z","size":367,"stargazers_count":141,"open_issues_count":0,"forks_count":72,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-24T10:47:55.510Z","etag":null,"topics":["docker","docker-compose","grafana","mariadb","matomo","nextcloud","nginx","nginx-php-fpm","pihole","portainer","prometheus","traefik","traefik-v2","wordpress"],"latest_commit_sha":null,"homepage":"https://j.hommet.net","language":"VCL","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/julienhmmt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-12T22:24:20.000Z","updated_at":"2025-02-26T21:19:41.000Z","dependencies_parsed_at":"2023-12-18T22:38:10.425Z","dependency_job_id":"b932a54f-6db7-4e66-ac27-3f39d25eee64","html_url":"https://github.com/julienhmmt/docker-compose","commit_stats":{"total_commits":321,"total_committers":5,"mean_commits":64.2,"dds":0.3738317757009346,"last_synced_commit":"4b308970c0aa3b6b6976b681ca1e88af95471b72"},"previous_names":["julienhmmt/docker-compose","mettmett/docker-compose"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienhmmt%2Fdocker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienhmmt%2Fdocker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienhmmt%2Fdocker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienhmmt%2Fdocker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julienhmmt","download_url":"https://codeload.github.com/julienhmmt/docker-compose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670505,"owners_count":21142897,"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":["docker","docker-compose","grafana","mariadb","matomo","nextcloud","nginx","nginx-php-fpm","pihole","portainer","prometheus","traefik","traefik-v2","wordpress"],"created_at":"2024-08-01T15:06:59.719Z","updated_at":"2025-04-13T05:38:36.247Z","avatar_url":"https://github.com/julienhmmt.png","language":"VCL","funding_links":[],"categories":["VCL"],"sub_categories":[],"readme":"# docker compose stack examples, for Traefik\n\nThis is some examples used at home on my homelab. Many stacks are production-ready and daily used. Folders got a Traefik dynamic configuration, with a docker socket proxy. There are many tweaks to provide a ready-to-use environment.\n\nConfigurations provided are tested on a private environment (QEMU and VirtualBox). Maybe in few months I'll test it on GCP, Azure or AWS (if there's free month subscription).\n\n## :factory: Requirements\n\n* linux host (tested successfully on Ubuntu 20.04 \u0026\u0026 22.04 \u0026 22.04, Debian 10 \u0026 11)\n* docker \u003e= 23.x\n* docker compose (plugin) \u003e= 2.17\n\n## What you'll find\n\nSome usefull applications, used on homelab.\n\n* [**FreeIPA**](\u003chttps://www.freeipa.org/page/Main_Page\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/freeipa\u003e\n\n* [**Portainer**](\u003chttps://www.portainer.io/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/portainer\u003e\n\n* [**Ghost**](\u003chttps://ghost.org/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-ghost-sql\u003e for a website with Ghost and its SQL server [**MariaDB**](\u003chttps://mariadb.org/\u003e) behind the marvelous reverse-proxy [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**Linkwarden**](\u003chttps://linkwarden.app/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-linkwarden\u003e to store your links, a ne way for bookmarking and sharing links, with a PostgreSQL base, behind the marvelous reverse-proxy [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**WordPress**](\u003chttps://wordpress.com/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-nginx-wordpress-sql-redis\u003e for a website with WordPress with its [**Redis**](\u003chttps://redis.io/\u003e) cache object powered by [**Nginx**](\u003chttps://www.nginx.com/\u003e) and [**PHP-FPM**](\u003chttps://www.php.net/manual/fr/install.fpm.php\u003e), a SQL server [**MariaDB**](\u003chttps://mariadb.org/\u003e) behind [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**Nextcloud**](\u003chttps://nextcloud.com/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-nginx-nextcloud-sql-redis\u003e for a private cloud with its [**Redis**](\u003chttps://redis.io/\u003e) cache object powered by [**Nginx**](\u003chttps://www.nginx.com/\u003e) and [**PHP-FPM**](\u003chttps://www.php.net/manual/fr/install.fpm.php\u003e), a SQL server [**MariaDB**](\u003chttps://mariadb.org/\u003e) behind [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**Matomo**](\u003chttps://fr.matomo.org/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-nginx-matomo-sql\u003e for a private analytics powered by [**Nginx**](\u003chttps://www.nginx.com/\u003e) and [**PHP-FPM**](\u003chttps://www.php.net/manual/fr/install.fpm.php\u003e), a SQL server [**MariaDB**](\u003chttps://mariadb.org/\u003e) behind [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**Grafana**](\u003chttps://grafana.com/\u003e) and [**Prometheus**](\u003chttps://prometheus.io/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-prometheus-grafana\u003e for a monitoring stack behind [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* [**PiHole**](\u003chttps://pi-hole.net/\u003e) : \u003chttps://github.com/Mettmett/docker-compose/tree/master/traefik-pihole\u003e for a DNS server with adblocker, with a configuration behind the reverse-proxy [**Traefik**](\u003chttps://containo.us/traefik/\u003e)\n\n* Misc repo with Traefik inside...\n\nAll scripts are \"as it\", and can be updated without consent.\n\n## :rocket: How to use\n\nClone this repo where you want with this line :\n\n```bash\n# git clone https://github.com/Mettmett/docker-compose.git:folder-name\ne.q. : git clone https://github.com/Mettmett/docker-compose.git:traefik-ghost-sql\n```\n\nYou need to edit the file `.env` at the source folder to modify the values of some vars.\n\nAfter that when you're all set, press the red button to initiate :fire: !\n\n```bash\ndocker compose pull \u0026\u0026 docker compose up -d \u0026\u0026 docker compose logs -f\n```\n\n## :star: Author\n\nMade by Julien HOMMET :fr: for [my personal purposes](https://j.hommet.net/) - This is my homelab\n\n* Twitter: [@mettmettz](https://twitter.com/mettmettz)\n* GitHub: [Mettmett](https://github.com/Mettmett)\n\n## :wrench: Support \u0026 Contribution\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## :moneybag: Licence\n\n[CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0)\n\n## :anchor: Misc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienhmmt%2Fdocker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulienhmmt%2Fdocker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienhmmt%2Fdocker-compose/lists"}