Skip to content

hatamiarash7/DockerSwarm-Traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Swarm Traefik v2

logo

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

ko-fi

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.