gradle-docker-compose-plugin icon indicating copy to clipboard operation
gradle-docker-compose-plugin copied to clipboard

Simplifies usage of Docker Compose for integration testing in Gradle environment.

Results 35 gradle-docker-compose-plugin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Have you considered porting this to use the new compose functionality in the Docker daemon? Thank you.

enhancement
help wanted

Docker supports adding multiple [contexts](https://docs.docker.com/engine/reference/commandline/context_create/), including [via SSH](https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/). Since `localhost` is hard coded at https://github.com/avast/gradle-docker-compose-plugin/blob/main/src/main/groovy/com/avast/gradle/dockercompose/DockerExecutor.groovy#L148 it's impossible for the plugin to work with a remote context. Internally, the plugin can...

Hey, After upgrading plugin from 0.14.+ to latest we faced the issue with composeUp task if projectName contains characters like `{{`, for example `projectName="{{template}}"` During execution exception happens without clear...

help wanted

Enable using `dockerComposeV2.set(true)` Should fix https://github.com/avast/gradle-docker-compose-plugin/issues/322, but hasn't been thoroughly tested

Using gateway address for tcp port check doesn't make sense IMO. It works if no bind IP is specified for the port mapping (by accident rather than by design). In...

help wanted

If `startedServices` is used as part of `dockerCompse` block to specify which services from docker-compose.yml need to be started, the default network created as part of `composeUp` is not removed...

wontfix

It would be nice to have an option to compress the logs that get extracted out of the containers. That way they don't use up too much space on the...

enhancement
help wanted

Hello, On our build the composeUp task takes 1 minute and the composeLogs task takes 51 seconds. A significant proportion of that is because we have around 15 containers in...

enhancement
help wanted

Long running JavaExec processes are left running when used with docker compose if the following happens: 1. The process is long running 1. The docker-compose stanza in gradle attempts to...

help wanted
question