traefik/templates
Florent BENOIT 1158eba7ac Adding docker labels traefik.<servicename>.* properties like
- traefik.mycustomservice.port=443
  -  traefik.mycustomservice.frontend.rule=Path:/mycustomservice
   - traefik.anothercustomservice.port=8080
  -  traefik.anothercustomservice.frontend.rule=Path:/anotherservice

all traffic to frontend /mycustomservice is redirected to the port 443 of the container while using /anotherservice will redirect to the port 8080 of the docker container

More documentation in the docs/toml.md file

Change-Id: Ifaa3bb00ef0a0f38aa189e0ca1586fde8c5ed862
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-03-14 08:45:47 +01:00
..
consul_catalog.tmpl consul/kv.tmpl: weight default value should be a int (#826) 2016-11-23 14:49:55 +01:00
docker.tmpl Adding docker labels traefik.<servicename>.* properties like 2017-03-14 08:45:47 +01:00
ecs.tmpl Add an ECS provider 2017-02-05 18:09:30 +00:00
eureka.tmpl fix(eureka): Wrong host in rule 2016-11-20 18:25:48 +01:00
kubernetes.tmpl Allow setting circuitbreaker expression via Kubernetes annotation (#1056) 2017-02-03 17:47:48 +01:00
kv.tmpl consul/kv.tmpl: weight default value should be a int (#826) 2016-11-23 14:49:55 +01:00
marathon.tmpl IP-per-task: (#841) 2017-01-06 16:26:50 +01:00
mesos.tmpl add mesos provider inspired by mesos-dns & marathon provider 2016-07-20 11:56:14 +02:00
notFound.tmpl Traefik 2015-09-10 16:46:27 +02:00
rancher.tmpl add dependency, start provider and fetch data 2017-02-06 17:02:53 +01:00