Added more specific version for Traefik
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
catalog:
|
||||
name: traefik
|
||||
version: latest
|
||||
version: 1.6 ≤ x ≤ 1.7
|
||||
# description:
|
||||
# minimum_rancher_version:
|
||||
# maximum_rancher_version:
|
||||
|
||||
Reference in New Issue
Block a user