1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 17:25:15 +03:00
traefik/examples/compose-rancher.yml
2018-03-12 10:40:04 +01:00

8 lines
255 B
YAML

traefik:
image: traefik
command: --api --rancher --rancher.domain=rancher.localhost --rancher.endpoint=http://example.com --rancher.accesskey=XXXXXXX --rancher.secretkey=YYYYYY --logLevel=DEBUG
ports:
- "80:80"
- "443:443"
- "8080:8080"