Showing
1 changed file
with
2 additions
and
1 deletions
@@ -46,7 +46,8 @@ public class ContainerTestSuite { | @@ -46,7 +46,8 @@ public class ContainerTestSuite { | ||
46 | testContainer = new DockerComposeContainer( | 46 | testContainer = new DockerComposeContainer( |
47 | new File("./../../docker/docker-compose.yml"), | 47 | new File("./../../docker/docker-compose.yml"), |
48 | new File("./../../docker/docker-compose.postgres.yml"), | 48 | new File("./../../docker/docker-compose.postgres.yml"), |
49 | - new File("./../../docker/docker-compose.postgres.volumes.yml")) | 49 | + new File("./../../docker/docker-compose.postgres.volumes.yml"), |
50 | + new File("./../../docker/docker-compose.kafka.yml")) | ||
50 | .withPull(false) | 51 | .withPull(false) |
51 | .withLocalCompose(true) | 52 | .withLocalCompose(true) |
52 | .withTailChildContainers(!skipTailChildContainers) | 53 | .withTailChildContainers(!skipTailChildContainers) |