Process Flow - Multiple Compose files (override)
Start with base docker-compose.yml
Read override docker-compose.override.yml
Merge override settings into base
Final combined configuration
Run docker-compose with merged config
Docker Compose reads the base file first, then merges settings from the override file, combining them to create the final configuration used to run containers.