traefik.yml

 avatar
unknown
yaml
3 years ago
378 B
47
Indexable
entryPoints:
  http:
    address: :80
    http:
      redirections:
        entryPoint:
          to: https
          scheme: https
          permanent: true
  https:
    address: :443

providers:
  file:
    filename: /etc/traefik/dynamic.yml
    watch: true
  docker:
    watch: true
    network: traefik
    endpoint: "unix:///var/run/docker.sock"
    exposedByDefault: false
Editor is loading...