wttech/gradle-environment-plugin

Await all container services

pun-ky opened this issue · 1 comments

ContainerManager stores as a list of defined services that should match these defined in docker-compose.yml.peb.

However, if some of the services are not defined in ContainerManager, then the awaiting container step is not being performed.

It would be nice if ContainerManager will discover services deployed to the stack and complete the list by defining not defined by hand (services which are having defined lifecycle callbacks). The order of predefined services should be preserved.

done