ProjectInfrastructure · 2026
Infra Lab
Ready-to-use Docker Compose environments for databases, queues, search, observability, caches, and vector stores.
- Docker Compose
- Databases
- Queues
- Search
- Observability
Infrastructure · Project
Overview
Infra Lab makes local infrastructure experiments reproducible.
A Practical Catalog
The repository includes ready-to-run configurations for PostgreSQL, MySQL, MongoDB, ClickHouse, Redis, Kafka, RabbitMQ, Elasticsearch, Typesense, Grafana, Prometheus, Jaeger, and several vector databases.
One Tool per Folder
Each service lives in its own directory with a Docker Compose file and focused README. Developers can find the tool they need without understanding a large orchestration layer or starting unrelated dependencies.
Disposable Environments
The setups are intended for integration work, local learning, and short experiments. They make it easy to create a known environment, test against it, then stop it without maintaining a permanent shared installation.
Breadth Without Coupling
Caches, CI/CD, databases, queues, observability, reverse proxies, search engines, and vector stores share a common organizational pattern. The catalog grows one isolated setup at a time, so adding a tool does not destabilize the rest.
Next projectTemplates