This repository provides a docker-deployable Træfik image with healthcheck
Build Dockerfile using docker-machine active docker daemon.
make build
Upload built image to a remote container registry.
git commit
git tag (cat VERSION)
make release
Deploy uploaded image to docker-machine active swarm.
make deploy