1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-11 05:17:52 +03:00
traefik/examples/compose-rancher.yml

8 lines
255 B
YAML
Raw Normal View History

2017-02-20 22:41:28 +03:00
traefik:
image: traefik
2018-02-05 17:04:02 +03:00
command: --api --rancher --rancher.domain=rancher.localhost --rancher.endpoint=http://example.com --rancher.accesskey=XXXXXXX --rancher.secretkey=YYYYYY --logLevel=DEBUG
2017-02-20 22:41:28 +03:00
ports:
- "80:80"
- "443:443"
- "8080:8080"