traefik.yml

mail@pastecode.io avatar
unknown
yaml
2 years ago
378 B
27
Indexable
Never
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