Docker Compose Orchestration A comprehensive skill for orchestrating multi-container applications using Docker Compose. This skill enables rapid development, deployment, and management of containerized applications with service definitions, networking strategies, volume management, health checks, and production-ready configurations. When to Use This Skill Use this skill when: - Building multi-container applications (microservices, full-stack apps) - Setting up development environments with databases, caching, and services - Orchestrating frontend, backend, and database services together - Man…