11 lines
273 B
YAML
11 lines
273 B
YAML
|
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"
|