create-docker-compose-dev
Installation
SKILL.md
Docker Compose Development Generator
Generates complete Docker Compose development configurations for PHP projects with database, cache, queue, mail, and debugging services.
Generated Files
docker-compose.yml # Full development stack
.env.docker # Environment variables for Docker
Generation Instructions
- Analyze project: Read
composer.jsonfor database drivers, Redis, RabbitMQ, Elasticsearch; detect framework - Select services: PHP-FPM + Nginx (always), DB (MySQL/PostgreSQL), Redis, RabbitMQ (profiles), Mailhog (profiles)
- Generate: All services with health checks, networking, env vars, profiles for optional services