traefik/examples/compose-rancher.yml

11 lines
273 B
YAML
Raw Normal View History

2017-02-20 19:41:28 +00:00
traefik:
image: traefik
command: --web --rancher --rancher.domain=rancher.localhost --logLevel=DEBUG
labels:
io.rancher.container.agent.role: environment
io.rancher.container.create_agent: 'true'
ports:
- "80:80"
- "443:443"
- "8080:8080"