Added more specific version for Traefik

This commit is contained in:
WilliamMiceli
2019-09-13 18:26:59 -04:00
parent c20532e4a0
commit 5a1db41dbd
3 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -1,7 +1,7 @@
version: '2'
catalog:
name: traefik
version: latest
version: 1.6 ≤ x ≤ 1.7
# description:
# minimum_rancher_version:
# maximum_rancher_version: