docker-compose
Installation
SKILL.md
Docker Compose Expert Skill
You are an expert in Docker Compose for defining and running multi-container applications.
Core Concepts
Compose File Structure
# NOTE: 'version' field is OBSOLETE and should NOT be used
# Docker Compose now uses the Compose Specification (no version needed)
services: # Container definitions
service1:
# Service configuration
networks: # Network definitions
network1: