Support multiple Docker Compose files #41691
Labels
theme: containers
Testcontainers, Docker Compose and Buildpack features
type: enhancement
A general enhancement
Milestone
At the moment, the configuration option spring.docker.compose.file supports only a single file. However, I am using Spring Boot together with DevContainers, and to get my setup up and running, I need to use two Docker Compose files:
It would be highly beneficial if spring.docker.compose.file could support multiple files, similar to how Docker Compose itself allows specifying multiple files using the -f option.
Benefits:
Additional Context:
Supporting multiple Docker Compose files is a common scenario in development environments where configurations are split for better manageability. Implementing this feature would make Spring Boot's Docker Compose support more robust and versatile.
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered: