-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a configuration property to set the Docker Compose project name #42483
Comments
We talked about this and decided to add a property to set the Docker Compose project name. This property would get passed to With the new property in place, you could use the RandomValuePropertySource to use a random project name. |
Side note: I tried to workaround by specifying |
Closing this in favor of #42500, which is the more general solution. |
With #42571 merged, you can now set
to get a random project name. |
Description:
Requesting support for an option to create a random project name in Docker Compose within the spring-boot-docker-compose project. This feature would enable running gradle test with multiple forks simultaneously.
Current Behavior:
The current configuration chooses automatically the default, which is the folder containing the docker-compose.yml, as project name.
Proposed Enhancement:
Introduce a new property spring.docker.compose.random-project : Boolean to allow random Docker Compose project names.
The text was updated successfully, but these errors were encountered: