olomana/traefik/step5-traefik.toml
2024-08-11 17:32:28 -07:00

28 lines
472 B
TOML

# Whitney Traefik Static Config
[global]
checkNewVersion = true
sendAnonymousUsage = false
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoinst.websecure]
address = ":443"
[providers]
[providers.docker]
watch = true
network = "traefik_traefik-network"
[providers.file]
directory = "/etc/traefik/dynamic/"
watch = true
filename = "traefik-dynamic.toml"
[api]
insecure = true
dashboard = true
[log]
level = "error"