dariush-y / sbt-docker-compose

sbt-docker-compose plugin provides ultimate solution for running integration tests against docker containers with health checking support.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Support Docker Compose override files #13

Closed alonsodomin closed 4 years ago

alonsodomin commented 5 years ago

Adds as new setting key to configure path finders that can obtain a list of Docker Compose files in addition to the default docker-compose.yml file.

The default value is docker-compose.override.yml in the root project folder but, since it uses a PathFinder, more complex folder scans can be configured.

alonsodomin commented 5 years ago

Any feedback on the chance of reviewing this or not really interested in such a feature?