mysmarthome/traefik/config/traefik.yaml

23 lines
285 B
YAML
Raw Permalink Normal View History

2023-05-06 14:01:47 +00:00
global:
# Send anonymous usage data
sendAnonymousUsage: false
api:
dashboard: false
insecure: true
# ping: {}
entryPoints:
web:
address: :80
traefik:
address: :8080
providers:
docker:
exposedByDefault: false
file:
directory: /config
watch: true