traefik/docs
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
..
css Add doc user guide with swarm 2016-04-15 19:00:08 +02:00
img Add optional statistics to API and web UI. 2016-10-25 15:36:23 -07:00
user-guide Adding support for Traefik to respect the K8s ingress class annotation (#1182) 2017-03-03 20:30:22 +01:00
basics.md Add doc 2017-03-06 17:45:58 +01:00
benchmarks.md Fix benchmarks doc 2016-05-23 14:02:25 +02:00
CNAME add documentation website 2016-04-05 17:13:08 +02:00
index.md Add an ECS provider 2017-02-05 18:09:30 +00:00
toml.md Adding docker labels traefik.<servicename>.* properties like 2017-03-14 08:45:47 +01:00