DockerSwarm-Traefik

Deploy Traefik v2 in Docker Swarm

GPL-3.0 License

Stars
3

Docker Swarm Traefik v2

Deploy Traefik v2 in Docker Swarm

Prerequisites

Create a network for the swarm cluster

docker network create --driver=overlay --attachable --scope=swarm traefik

Set your domain for Traefik dashboard and metrics in stack.yml. The default value is http://traefik.localhost

Install

docker stack deploy -c stack.yml Traefik

Access


Support

Contributing

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request :D

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.