16 lines
248 B
YAML
16 lines
248 B
YAML
traefik:
|
|
version: 1.6.1
|
|
download_host: github.com
|
|
|
|
service: false
|
|
|
|
user: traefik
|
|
group: traefik
|
|
|
|
config_file: /etc/traefik/traefik.toml
|
|
|
|
config:
|
|
consul:
|
|
- endpoint: localhost:8500
|
|
- watch: true
|
|
- prefix: traefik
|