runtipi/traefik/traefik.yml
Nicolas Meienberger a5984cf864 Tailscale app
2022-04-28 18:18:00 +00:00

29 lines
502 B
YAML

api:
dashboard: true
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
watch: true
exposedByDefault: false
# TODO: Add TLS support
# file:
# filename: /root/.config/dynamic.yml
# watch: true
entryPoints:
webinsecure:
address: ":80"
# TODO: Redirect when TLS is working
# http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
# websecure:
# address: ":443"
log:
level: DEBUG