From 5a1db41dbdcf5692f491c91d29cdecc1ab873248 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 13 Sep 2019 18:26:59 -0400 Subject: [PATCH] Added more specific version for Traefik --- templates/Traefik/0/README.md | 1 + templates/Traefik/0/docker-compose.yml | 2 +- templates/Traefik/0/rancher-compose.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/Traefik/0/README.md b/templates/Traefik/0/README.md index f5849a2..5b7e84c 100644 --- a/templates/Traefik/0/README.md +++ b/templates/Traefik/0/README.md @@ -1,4 +1,5 @@ # Traefik +### Version: 1.6 ≤ x ≤ 1.7 Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, ...) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need. diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index aabe8c4..fb20e80 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: traefik: - image: traefik:latest + image: traefik:1.7-alpine command: --api # Use Web Dashboard dns: # Using Cloudflare DNS - 1.1.1.1 diff --git a/templates/Traefik/0/rancher-compose.yml b/templates/Traefik/0/rancher-compose.yml index bc7b461..19520ed 100644 --- a/templates/Traefik/0/rancher-compose.yml +++ b/templates/Traefik/0/rancher-compose.yml @@ -1,7 +1,7 @@ version: '2' catalog: name: traefik - version: latest + version: 1.6 ≤ x ≤ 1.7 # description: # minimum_rancher_version: # maximum_rancher_version: