Docker Compose Setup Skill Master Docker Compose for multi-container application orchestration with service dependencies, health checks, and environment management. Purpose Design and configure Docker Compose files for development and production environments with proper service orchestration. Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | services | array | No | - | List of services to configure | | environment | enum | No | dev | dev/staging/prod | | include monitoring | boolean | No | false | Add monitoring servic…