I'm using Testcontainers reuse feature and want to disable it when running tests in CI.
Would it be possible to add support for a TESTCONTAINERS_REUSE_ENABLE environment variable, like in Testcontainers Java?
Or is there already another way to achieve this that I haven't found?
Thanks!