Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease.
The purpose for this project is to run an experimental Træfɪk Docker setup with Let's encrypt integration on Docker cloud
Change the Traefik configuration file for your domain. Create your own Traefik image (docker build -t .../traefik:latest .) and push it to docker hub (docker push .../traefik).
Create a Docker Cloud node and build a stack with the docker-cloud.yml file. Remember to change Traefik image name. Also change tag to correspond with your Docker node instance.
You should also create a directory '/Traefik/acme' on the node instance to hold the Let's encrypt certificate. Follow these instructions to login to the node