Releases: avast/gradle-docker-compose-plugin
Releases · avast/gradle-docker-compose-plugin
Support custom container names
Fixed usage of --remove-orphans
This option was used for docker-compose stop
instead of docker-compose down
.
Allow to use syntax shown in README
0.4.1 allow to use simplified syntax as shown in README
Support for scale
Support --remove-orphans option
Merge pull request #73 from alexarana/master Support --remove-orphans option
Specify a default timeout when running docker-compose stop
Merge pull request #69 from civitaslearning/master Specify a default timeout when running docker-compose stop
Fallback to localhost hostname if DOCKER_HOST doesn't contain hostname
Merge pull request #71 from avast/FallbackToLocalhostHostname Fallback to localhost hostname if DOCKER_HOST doesn't contain hostname
Allow to specify Docker Compose working directory
Merge pull request #68 from civitaslearning/master Support supplying an optional param to specify Docker Compose working directory
Use DOCKER_HOST from specified environment
0.3.23 Merge pull request #66 from double16/use-DOCKER_HOST-from-specified-e…
Don't accept unhealthy state when waiting for container
Merge pull request #64 from avast/DontAcceptUnhealtyStatus Don't accept unhealthy state Fixes #63