-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
When I start up more than one Quarkus application that uses Mailpit in dev mode, I notice that each instance of Mailpit docker container gets started up rather than sharing one global instance.
This is my .testcontainers setting which shows reuse set to true.
more ~/.testcontainers.properties
#Modified by Testcontainers
#Tue Mar 25 17:01:38 EDT 2025
docker.client.strategy=org.testcontainers.dockerclient.UnixSocketClientProviderStrategy
testcontainers.reuse.enable=true
I know it's setup properly because I see Keycloak and Mariadb look for and find existing containers and use them rather than creating their own instances.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed