docker-compose

Open-source projects categorized as docker-compose

Top 23 docker-compose Open-Source Projects

docker-compose
  1. coolify

    An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.

    Project mention: How I built my own Railway at just just $2/mo with 4 CPU cores and 7.7 GB of RAM; INSANE! | dev.to | 2026-07-03

    Coolify puts those tasks behind a web interface. It is an open-source, self-hosted platform for deploying applications and databases to infrastructure you control.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. awesome-compose

    Awesome Docker Compose samples

    Project mention: I ran 29 real docker-compose projects on Apple's container runtime. Here's what broke | dev.to | 2026-07-07

    Instead of guessing, I measured. I took Docker's own awesome-compose repository — the official collection of sample compose projects (WordPress, React+Express+Mongo, Spring+Postgres, Prometheus+Grafana, …) — and ran 29 of its samples, unmodified, on Apple container. An alphabetical slice, no cherry-picking: every sample from nextcloud-postgres through wordpress-mysql.

  4. Portainer

    Making Docker and Kubernetes management easy.

    Project mention: My homelab stack in 2026: what runs, why, and how it all connects | dev.to | 2026-06-20

    Portainer is the visual management layer. I use it for quick container inspection, pulling logs, and managing stacks without SSHing in every time. It doesn't replace Prometheus, they have different jobs. Prometheus tells me what happened and when; Portainer tells me what's running right now and lets me poke at it.

  5. Docker Compose

    Define and run multi-container applications with Docker

    Project mention: Home Server with N100: The Trade-offs of Low Power | dev.to | 2026-06-22

    # Docker installation (general commands for Debian/Ubuntu) sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt update sudo apt install docker-ce docker-ce-cli containerd.io -y # Docker Compose installation (check for the latest version) LATEST_COMPOSE=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep 'tag_name' | cut -d\" -f4) sudo curl -L "https://github.com/docker/compose/releases/download/${LATEST_COMPOSE}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose --version

  6. colima

    Container runtimes on macOS (and Linux) with minimal setup

    Project mention: What Active Rubyists Are Using in 2026: A Maintainer's Read of the RubyKaigi Survey | dev.to | 2026-07-03

    Lima / Colima: ~35

  7. wg-easy

    The easiest way to run WireGuard VPN + Web-based Admin UI.

    Project mention: Self-Hosted VPN in 2026: WireGuard, Headscale, NetBird and More Compared | dev.to | 2026-05-31
  8. dockge

    A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

    Project mention: dockge VS arcane - a user suggested alternative | libhunt.com/r/dockge | 2026-06-11
  9. winboat

    Run Windows apps on 🐧 Linux with ✨ seamless integration

    Project mention: I dumped Windows 11 for Linux, and you should too | news.ycombinator.com | 2026-01-11

    Winboat should be able to run them: https://www.winboat.app/

    As far as compatibility goes, OnlyOffice is fairly good at it, more geared towards MS-compatibility than LibreOffice, which is more of its own thing (and pretty good at that).

  10. Self-Hosting-Guide

    Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking.

    Project mention: The Voice Revolution | dev.to | 2025-11-15

    "Self-Hosting Guide" - GitHub repository by mikeroyal documenting self-hosted alternatives to cloud services. Available at: https://github.com/mikeroyal/Self-Hosting-Guide

  11. vulhub

    Pre-Built Vulnerable Environments Based on Docker-Compose

  12. docker-elk

    The Elastic stack (ELK) powered by Docker and Compose.

  13. Mailcow

    mailcow: dockerized - 🐮 + 🐋 = 💕

    Project mention: How to Self-Host Your Own Email Server (And Stop Depending on Third Parties) | dev.to | 2026-04-08

    I went with Mailcow — it's a dockerized mail server suite that bundles Postfix, Dovecot, Rspamd, SOGo, and a web UI. There are other solid options like Mail-in-a-Box or rolling your own with Postfix + Dovecot, but Mailcow hits the sweet spot between control and convenience.

  14. Laradock

    Full PHP development environment for Docker. Run Laravel, Symfony, WordPress, Drupal, Magento, CodeIgniter, Yii, Lumen, Phalcon, CakePHP or any PHP project with 70+ pre-configured services: Nginx, Apache, PHP-FPM, MySQL, PostgreSQL, MariaDB, MongoDB, Redis, Elasticsearch & more.

    Project mention: Dockerizing Laravel with Laradock: A Complete Local Development Setup Guide | dev.to | 2025-07-28

    📦 Step 2: Clone Laradock Clone the Laradock project to your machine: git clone https://github.com/Laradock/laradock.git

  15. kompose

    Convert Compose to Kubernetes

  16. self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

    Project mention: Sentry | dev.to | 2026-03-17

    Deploy Sentry self-hosted using their official guide

  17. Testcontainers

    Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

  18. CompreFace

    Leading free and open-source face recognition system

  19. boilerplates

    Create reusable templates and turn them into configurable workloads for homelabs and self-hosted infrastructure. Free and Open-Source.

  20. Mailu

    Insular email distribution - mail server as Docker images

    Project mention: Proton Mail Suspended Journalist Accounts at Request of Cybersecurity Agency | news.ycombinator.com | 2025-09-12

    Not who you asked, but I self-host some non-critical mail domains using Mailu[0], which is a set of docker containers. It's been fairly low maintenance. Ease of setup depends on your technical knowledge, but if I can do it, and you're on HN asking the question, you'll probably manage.

    [0]: https://mailu.io/

  21. Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

  22. arcane

    Modern Docker Management, Designed for Everyone

    Project mention: dockge VS arcane - a user suggested alternative | libhunt.com/r/dockge | 2026-06-11
  23. podman-compose

    a script to run docker-compose.yml using podman

    Project mention: Podman v6.0.0 | news.ycombinator.com | 2026-07-02

    How my mindset changed :

    - What's Docker?

    - wow Docker is so convenient

    - hmmm all that convenience is creating new problems

    - is Docker really open?

    - What's Podman?

    - Ugh Podman is a great idea but does not work

    - Is Podman working better now?

    - ... kinda, just for testing on my machine

    - wow... Podman works just as well as Docker in 99.99% of my cases

    ... so yes except for the last .01% (e.g. rather niche https://github.com/containers/podman-compose/issues/792 ) it has now become my default.

  24. example-voting-app

    Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

    Project mention: Building an Amazon EKS Cluster with raw Terraform Resources | dev.to | 2025-09-10

    We will deploy famous exmaple voting app from the https://github.com/dockersamples/example-voting-app. We will just deploy the manifests and not look into building the docker images at this moment.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

docker-compose discussion

Log in or Post with

docker-compose related posts

  • I ran 29 real docker-compose projects on Apple's container runtime. Here's what broke

    3 projects | dev.to | 7 Jul 2026
  • Home Server with N100: The Trade-offs of Low Power

    1 project | dev.to | 22 Jun 2026
  • SMTP Relay with Web Dashboard

    2 projects | news.ycombinator.com | 15 Jun 2026
  • My Homelab AI Dev Platform

    4 projects | news.ycombinator.com | 15 Jun 2026
  • Docker Compose Merged the Patch: The Boundary Fired Too Early

    1 project | dev.to | 12 Jun 2026
  • Show HN: Harbor v0.4.19 – harbor launch –back end vLLM –web codex

    1 project | news.ycombinator.com | 26 May 2026
  • Show HN: Compose-to-Cloud Pulumi Providers for AWS, GCP, and Azure

    2 projects | news.ycombinator.com | 22 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source docker-compose projects? This list will help you:

# Project Stars
1 coolify 57,852
2 awesome-compose 45,742
3 Portainer 37,880
4 Docker Compose 37,736
5 colima 29,840
6 wg-easy 26,296
7 dockge 23,710
8 winboat 21,894
9 Self-Hosting-Guide 21,525
10 vulhub 20,920
11 docker-elk 18,374
12 Mailcow 13,073
13 Laradock 12,657
14 kompose 10,556
15 self-hosted 9,438
16 Testcontainers 8,675
17 CompreFace 8,023
18 boilerplates 7,859
19 Mailu 7,341
20 Compose-Examples 7,300
21 arcane 6,193
22 podman-compose 6,140
23 example-voting-app 5,756

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?