Different Development Modes
Compose supports multiple configuration files and profiles. This allows optional services such as an admin UI, debugging tool, or monitoring stack to be enabled only when needed.
Keep the base configuration focused on the application's normal services and use profiles for optional components.
ADVERTISEMENT