Home Explore Blog CI



docker

1st chunk of `content/includes/compose/include.md`
6ee5711bae01e4993520c16395456c0649557d86a168c5a80000000100000116
With `include`, you can incorporate a separate `compose.yaml` file directly in your current `compose.yaml` file. This makes it easy to modularize complex applications into sub-Compose files, which in turn enables application configurations to be made simpler and more explicit.

Title: Using 'include' to Modularize Compose Files
Summary
The 'include' directive allows incorporating separate compose.yaml files into a main compose file, facilitating modularization of complex applications and simplifying application configurations.