Deploy Traefik v2 in Docker Swarm
Create a network for the swarm cluster
docker network create --driver=overlay --attachable --scope=swarm traefikSet your domain for Traefik dashboard and metrics in stack.yml. The default value is http://traefik.localhost
docker stack deploy -c stack.yml Traefik- Traefik dashboard : http://traefik.localhost
- Traefik prometheus metrics : http://traefik.localhost/metrics
- Fork it !
- Create your feature branch :
git checkout -b my-new-feature - Commit your changes :
git commit -am 'Add some feature' - Push to the branch :
git push origin my-new-feature - Submit a pull request :D
Each project may have many problems. Contributing to the better development of this project by reporting them.
