https://github.com/hatamiarash7/dockerswarm-traefik
Deploy Traefik v2 in Docker Swarm
https://github.com/hatamiarash7/dockerswarm-traefik
docke-swarm docker docker-swarm docker-swarm-cluster docker-swarm-mode ingress load-balancer load-balancing loadbalancing reverse-proxy stack swarm traefik traefik-dashboard traefik-docker traefik-ingress traefik-v2 traefik2
Last synced: 6 months ago
JSON representation
Deploy Traefik v2 in Docker Swarm
- Host: GitHub
- URL: https://github.com/hatamiarash7/dockerswarm-traefik
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-04-12T13:11:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T20:59:55.000Z (over 1 year ago)
- Last Synced: 2025-04-24T01:06:34.795Z (6 months ago)
- Topics: docke-swarm, docker, docker-swarm, docker-swarm-cluster, docker-swarm-mode, ingress, load-balancer, load-balancing, loadbalancing, reverse-proxy, stack, swarm, traefik, traefik-dashboard, traefik-docker, traefik-ingress, traefik-v2, traefik2
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Swarm Traefik v2

Deploy Traefik v2 in Docker Swarm
## Prerequisites
Create a network for the swarm cluster
```bash
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
```bash
docker stack deploy -c stack.yml Traefik
```## Access
- Traefik dashboard : [http://traefik.localhost](http://traefik.localhost)
- Traefik prometheus metrics : [http://traefik.localhost/metrics](http://traefik.localhost/metrics)---
## Support
[](https://ko-fi.com/D1D1WGU9)
## 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.