AniX/traefik/traefik.yml

12 lines
155 B
YAML

entryPoints:
web:
address: ":80"
api:
insecure: false
dashboard: true
providers:
file:
filename: "./traefik-dynamic.yml"
watch: true