acc-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

  1. Analyze project: Read composer.json for database drivers, Redis, RabbitMQ, Elasticsearch; detect framework
  2. Select services: PHP-FPM + Nginx (always), DB (MySQL/PostgreSQL), Redis, RabbitMQ (profiles), Mailhog (profiles)
  3. Generate: All services with health checks, networking, env vars, profiles for optional services

Docker Compose Development Stack

Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026