sbt-docker-compose icon indicating copy to clipboard operation
sbt-docker-compose copied to clipboard

Integrates Docker Compose functionality into sbt (archived as unmaintained)

Results 18 sbt-docker-compose issues
Sort by recently updated
recently updated
newest added

This little change allows forcing instance name (in fact it should be numeric due to other logics in plugin that I didn't dare to touch). Then the network name can...

Please support running arbitrary sbt tasks/commands while the docker-compose containers are up, not just ScalaTest. I'm attempting to write my integration/acceptance-tests using cucumber-scala instead of ScalaTest. Currently I'm forced to...

I noticed that when I run `sbt dockerComposeTest` when I have a compilation error in one of my tests, the exit code is still a success. This is a bit...

We are attempting to use sbt-docker-compose to simply start a docker-image, run our tests against the started image and then shutting down the docker image. So far the tests seem...

In current state plugin checks that container is up by trying to get container ID from docker. My proposal is that plugin should run tests only after all containers has...

The plugin currently implements the `dockerComposeStop` command, which ultimately runs `docker-compose stop`, but it also deletes the stopped containers, their *anonymous* volumes, and the network for the Compose project instance...

I'm evaluating sbt-docker-compose and the primary thing that first attracted me to it—as opposed to possible alternatives like [docker-it-scala] which leaves me to duplicate container definitions in yet another config...

Hi! I was wondering if there are plans to support the creation of the `docker-compose.yml` file using sbt-docker-compose? This feature could work similarly to the way `sbt-docker` creates Dockerfiles from...