MakeStack

Generate infra stacks in minutes

MakeStack is a visual and code-first builder for Docker Compose and Kubernetes configs, with sane defaults, dependency wiring, and generated infrastructure configs — so your team can start from solid preconfigured templates instead of building everything from scratch, move faster, and spend less time on repetitive setup.

clean folders structureeasy replicationobservability boilerplatesversion-aware configurationautomatic service wiringcompose & kubernetes
preview / docker compose
Generated topologyValidated
DBpostgrespostgres:18.4
VOLpostgres-datalocal volume
NETstack-networkcompose network
OKhealthcheckpg_isready
SHscriptsdump + restore
vscripts
vpostgres
dump.sh
restore.sh
docker-compose.yaml
Makefile
README.md
text/yaml
01services:02  postgres:03    image: postgres:18.404    container_name: postgres05    ports:06      - "5432:5432"07    environment:08      - POSTGRES_DB=stackdb09      - POSTGRES_PASSWORD=stackpass10      - POSTGRES_USER=stackuser11    volumes:12      - postgres-data:/var/lib/postgresql13    networks:14      - stack-network15    healthcheck:16      test: ["CMD", "pg_isready", "-U", "stackuser"]17      interval: 30s18      retries: 10
readmehealthcheckbackup / restore scripts

Preconfigured Observability stacks

Start not from scratch.

From idea to running local infrastructure in minutes. Choose a ready stack pattern, inspect the services, then export the Docker Compose configuration your team can tune.

Make stack
logs + traces + metrics5 services

LGTM Stack

Grafana with Loki, Tempo, Mimir, and Alloy for logs, traces, metrics, and collection in one local workspace.

GrafanaLokiTempoMimirAlloy
searchable logs4 services

ELK Stack

Search and inspect logs through Elasticsearch, Logstash, Kibana, and EDOT Collector without wiring every service by hand.

ElasticsearchLogstashKibanaEDOT Collector
metrics + pipelines4 services

OpenSearch Stack

OpenSearch, dashboards, Prometheus, OpenTelemetry Collector, and Data Prepper ready for local platform experiments.

OpenSearchDashboardsPrometheusOTel Collector