gradle-docker-compose-plugin icon indicating copy to clipboard operation
gradle-docker-compose-plugin copied to clipboard

How to reuse the same docker-compose service from different subprojects?

Open joffrey-bion opened this issue 1 year ago • 1 comments

Is there a shared build service name that I can reuse to have multiple subprojects reuse the same docker-compose group of services? It'd be nice to expose it so we can define things like max parallel usage and things like that too.

If there is no build service, is there a way for me to create a gradle build service that runs compose up/compose down, and that I depend on from multiple places? What's the recommended approach in that case?

joffrey-bion avatar Jun 15 '23 20:06 joffrey-bion