docker-volume-borg-backup/traefik
Baptiste Bouchereau c22c2f0ceb Remove attachable config which is not useful in this context 2020-10-20 22:13:13 +02:00
..
README.md Add links to blog posts 2020-03-04 15:04:20 +01:00
traefik-v1.7-dashboard-https.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-dashboard-with-basic-auth.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-dashboard.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-letsencrypt.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-nginx-backend-https.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-nginx-backend.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v1.7-swarm-mode.yml Remove attachable config which is not useful in this context 2020-10-20 22:13:13 +02:00
traefik-v2.1-dashboard-https.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-dashboard-with-basic-auth.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-dashboard.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-letsencrypt.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-nginx-backend-https.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-nginx-backend.yml Add more traefik v2.1 and v1.7 examples 2020-02-04 23:00:49 +01:00
traefik-v2.1-swarm-mode.yml Remove attachable config which is not useful in this context 2020-10-20 22:13:13 +02:00

README.md

Traefik v1.7 vs v2.1 configurations

Detailed tutorial here.

Some traefik configurations to see differences between v1.7 and v2.1

Usage

# v1
docker-compose -f traefik-v1.7-dashboard-https.yml up
docker-compose -f traefik-v1.7-dashboard-with-basic-auth.yml up
docker-compose -f traefik-v1.7-dashboard.yml up
docker-compose -f traefik-v1.7-letsencrypt.yml up
docker-compose -f traefik-v1.7-nginx-backend-https.yml up
docker-compose -f traefik-v1.7-nginx-backend.yml up
docker-compose -f traefik-v1.7-swarm-mode.yml up

# v2
docker-compose -f traefik-v2.1-dashboard-https.yml up
docker-compose -f traefik-v2.1-dashboard-with-basic-auth.yml up
docker-compose -f traefik-v2.1-dashboard.yml up
docker-compose -f traefik-v2.1-letsencrypt.yml up
docker-compose -f traefik-v2.1-nginx-backend-https.yml up
docker-compose -f traefik-v2.1-nginx-backend.yml up
docker-compose -f traefik-v2.1-swarm-mode.yml up