docker-impl-compose-workflows
Installation
SKILL.md
docker-impl-compose-workflows
Quick Reference
Compose File Search Order
Compose searches for files in this order:
compose.yaml(preferred)compose.ymldocker-compose.yamldocker-compose.yml
ALWAYS use compose.yaml for new projects. The docker-compose.* names exist only for backward compatibility.
NEVER include a version: field. It is deprecated and ignored by modern Compose.
Environment Variable Precedence (Highest to Lowest)
| Priority | Source | Example |
Related skills