aboutsummaryrefslogtreecommitdiff
path: root/services/traefik/traefik.yaml
blob: dd1bbe6e17ce439025f4b5ca2e52e2c777597443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
entrypoints:
  web:
    address: ":80"
    http:
      redirections:
        entrypoint:
          to: websecure
          scheme: https
  websecure: 
    address: ":443"

providers:
  docker:
    exposedByDefault: false
    network: proxy
  file:
    filename: /etc/traefik/config.yaml

certificatesResolvers:
  le:
    acme:
      dnschallenge:
        provider: cloudflare
        delaybeforecheck: 0 
      email: max@bossi.ng
      storage: /acme/acme.json

api: 
  dashboard: true

log: 
  level: DEBUG

experimental:
  plugins:
    traefik-oidc-auth:
      moduleName: "github.com/sevensolutions/traefik-oidc-auth"
      version: "v0.13.0"