Traefik is a reverse proxy / load balancer container used to route the containers trafic. You must initialize this container to be able to route the trafic of your containers.
Current used version is the 1.7.14
You can check the containers that are routed via the Traefik application by going to http://127.0.0.1:8081/dashboard/
You must have a working docker swarm stack installed on your machine to use the commands
make start
make stop