Ready-to-use Docker Compose stacks for development and self-hosted services.
This repository is a practical collection of Compose-based setups for common infrastructure and developer tooling.
Each folder contains a service stack you can run quickly and customize for your environment.
- Pre-configured Compose files for common services and tooling
- Stack examples with persistent storage and environment variables
- Service-specific README files with setup, usage, and operational notes
- Configurations that are easy to adapt for local labs and small deployments
- adminer
- couchdb
- documentdb
- meilisearch
- miniio
- mongodb-replicaset
- mongodb-sharding-cluster
- parse-server+mongodb
- postgrest
- redis
- supabase
- backstage
- code-server
- devpi
- it-tools
- jmeter
- localstack
- portabase
- registry
- scalar
- swaggerui-openapi
- verdaccio
- xampp
- alertmanager
- dozzle
- elasticsearch
- elasticsearch-kibana-filebeat
- fluentbit
- grafana-opentelemetry-tempo
- grafana-prometheus
- grafana-prometheus-alertmanager
- grafana-prometheus-krakend
- grafana-prometheus-kubenetes
- grafana-prometheus-loki-opentelemetry-tempo
- grafana-prometheus-loki-promtail
- grafana-prometheus-mongodb
- grafana-prometheus-node
- grafana-prometheus-opentelemetry-jaegerui
- grafana-prometheus-proxmox
- uptime-kuma
- Clone the repository:
git clone https://github.com/marcuwynu23/docker-compose-collections.git
- Enter a stack directory:
cd docker-compose-collections/<stack-folder>
- Start services:
docker compose up -d # when needed: docker compose up -d --env-file .env - Stop services:
docker compose down
Most stacks can also run with Podman:
podman compose up -d
# when needed:
podman compose up -d --env-file .env
podman compose downNote: stacks that require /var/run/docker.sock may need Docker-compatible socket configuration when running on Podman.
Contributions are welcome.
If you want to add or improve a stack, open a pull request with a short description of the use case and configuration.
This project is licensed under the MIT License.
