containerd / containerd/nerdctl
Add `include` functionality into compose
Open
area/compose
kind/feature
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
### 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.