testcontainers-node icon indicating copy to clipboard operation
testcontainers-node copied to clipboard

Feature request: Remove docker-compose-environment associated volumes

Open gdonoso94 opened this issue 3 years ago • 0 comments

As well as for other containers, passing config object to stop is allowed, it'd be great to have this feature for Docker Compose environments down or stop methods. Such as

await dockerComposeEnvironment.stop({
  removeVolumes: true
});
await dockerComposeEnvironment.down({
  removeVolumes: true
});

Thanks.

gdonoso94 avatar Jul 03 '22 10:07 gdonoso94