Files
traefik/examples/compose-rancher.yml
2019-09-17 14:12:04 +02:00

8 lines
260 B
YAML

traefik:
image: traefik:v1.7
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"