nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

Add `include` functionality into compose

Open lwj5 opened this issue 2 years ago • 0 comments

What is the problem you're trying to solve

During development, we use different compose stacks for different parts of the app development so as not to overwhelm our personal computer resources.

include provides us with the ability to modularise the compose file so that we can run specific modules for developing different aspects of the application.

Describe the solution you'd like

Docker compose currently supports include, which would be great to have

https://docs.docker.com/compose/multiple-compose-files/include/

Additional context

No response

lwj5 avatar Oct 13 '23 14:10 lwj5