nerdctl
nerdctl copied to clipboard
Add `include` functionality into compose
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