A curated collection of Docker Compose stacks I use for homelab and quick deployments. Each subfolder contains an isolated stack with its own compose.yaml and (optionally) an .env.example.
Heads-up
Use Docker Compose v2 (docker compose …) and the modern Compose Specification (noversion:key). See the official docs for current syntax and CLI. oai_citation:0‡Docker Documentation
Stacks currently included (folder = stack):
corentinth/it-tools– handy web IT toolscupcakearmy/cryptgeon– ephemeral secrets pastebindocker.io– base examples / helpersdockurr/windows– Windows VM in Dockerfavonia/cloudflare-ddns– Cloudflare DDNS updaterhomeassistent– Home Assistantiv-org/invidious– YouTube front-endlinuxserver– LinuxServer.io apps (misc)matomo– web analyticsmetube– web video downloadermpepping/cyberchef– CyberChefms-jpq/docker-time-machine– Time Machine over SMBolveix/satisfactory-server– game serverpglombardo/PasswordPusher– password drop linkspihole– network-wide ad/tracker blockingportainer/portainer-ce– Docker UIqualys/jira-integration– Qualys ↔ Jiraquay/keycloak– identity & access mgmtregistry– private container registrysissbruecker/linkding– bookmarksstirlingtools/stirling-pdf– PDF toolboxtelekom-security/tpot– honeypot platformvaliantlynx/ollama– local LLM runtime
Check each subfolder for service-specific notes and environment variables before starting. (Folder list based on the repository tree.) oai_citation:1‡GitHub
- Docker Engine + Docker Compose v2 (Docker Desktop on macOS/Windows already includes this). oai_citation:2‡Docker Documentation
- Basic understanding of Compose files and
.envhandling. oai_citation:3‡Docker Documentation
- Clone
git clone https://github.com/koensmink/docker-compose.git cd docker-compose