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: