Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 664 Bytes

Docker Compose wrapper

Create pipeline in Sakku from Docker compose file!

  • Disclaimer: this project is under heavy development!

Add to project

Step 1. Add the JitPack repository to your build file

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Step 2. Add the dependency

	<dependency>
	    <groupId>com.github.SakkuCloud</groupId>
	    <artifactId>docker_compose_wrapper</artifactId>
	    <version>Tag</version>
	</dependency>