burgrp / compose-by-git

Synchronize docker-compose with git by github webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker run -it -d --name compose-by-git --restart=always -v /root/.ssh:/root/.ssh -v <cloned-compose-directory>:/git -v /var/run/docker.sock:/var/run/docker.sock -p 6170:8080 -w /git burgrp/compose-by-git

docker build -t burgrp/compose-by-git . docker push burgrp/compose-by-git

About

Synchronize docker-compose with git by github webhooks


Languages

Language:JavaScript 84.8%Language:Dockerfile 15.2%