34 lines
508 B
YAML
34 lines
508 B
YAML
## Static configuration
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
#asDefault: truxe
|
|
|
|
# websecure:
|
|
# address: ":443"
|
|
# http:
|
|
# redirections:
|
|
# entryPoint:
|
|
# to: websecure
|
|
# scheme: https
|
|
# permanent: true
|
|
|
|
# websecure:
|
|
# address: ":443"
|
|
|
|
log:
|
|
level: DEBUG
|
|
|
|
api:
|
|
insecure: true
|
|
dashboard: true
|
|
# entryPoint: "web"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
|
|
file:
|
|
directory: "/etc/traefik/dynamic_conf"
|
|
watch: true
|