Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 542 Bytes

02-plugin-docker-compose-auto.md

File metadata and controls

11 lines (8 loc) · 542 Bytes

Plugin eu.xenit.docker-compose.auto: Automatically inject built docker images into docker-compose

This plugin is an extension of eu.xenit.docker-compose that automatically uses dockerCompose.fromProject() for all projects in your Gradle build.

It does not require you to explicitly list which projects you want to depend on.

plugins {
    id "eu.xenit.docker-compose.auto" version "5.3.2" // See https://plugins.gradle.org/plugin/eu.xenit.docker-compose.auto for the latest version
}