Ondrej Sika <ondrej@ondrejsika.com>
https://github.com/ondrejsika/ondrejsika-traefik-docker
Configuration for Traefik as proxy with SSL using Let's Encrypt.
git clone git@github.com:ondrejsika/traefik-le.git
cd traefik-le
docker-compose up -d
Run also in private networks or on localhost
git clone git@github.com:ondrejsika/traefik-le.git
cd traefik-le
cp .env.template .env
vim .env # Update your CloudFlare credetials
docker-compose -f docker-compose-cloudflare.yml up -d