What problem does it solve?
This Skill simplifies the setup of a comprehensive local development environment by orchestrating multiple containerized services using Docker Compose, eliminating the need for manual installation and configuration of each tool.
Core Features & Use Cases
- Multi-Service Orchestration: Sets up a complete stack including databases (Postgres with pgvector), caching (Redis), object storage (RustFS S3), email testing (Mailpit), search (Meilisearch), LLM inference (Ollama), and tracing (Jaeger).
- Production-Ready Configuration: Includes health checks, named volumes for data persistence, and environment variable management for seamless integration with applications.
- Use Case: When starting a new project, use this Skill to instantly spin up all necessary backend services, allowing developers to focus on application logic rather than infrastructure setup.
Quick Start
Use the docker skill to set up the local development environment by creating and starting the docker compose services.