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.
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 aPathFinder
, more complex folder scans can be configured.