example traefik docker configuration (used with cloudflare)
VM with docker and docker-compose installed
a DNS entry for the domain you want to use (I use proxy.<domain> hosted at Cloudflare)
fill in your details in the sample.env file
rename sample.env to .env
docker-compose up -d
OR
docker stack deploy -c docker-compose.swarm.yml traefik