-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtraefik.yml
62 lines (51 loc) · 947 Bytes
/
traefik.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
log:
level: info
format: json
accessLog:
format: json
bufferingSize: 5
providers:
docker:
watch: true
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
swarmMode: true
network: proxy-main
swarmModeRefreshSeconds: 5
consulCatalog:
exposedByDefault: false
refreshInterval: 15
stale: true
cache: true
endpoint:
address: "http://consul-leader:8500"
scheme: foobar
file:
directory: /conf.d
watch: true
entryPoints:
web:
address: ":80"
forwardedHeaders:
insecure: true
websecure:
address: ":443"
forwardedHeaders:
insecure: true
ping:
address: ":8082"
metrics:
address: ":8083"
ping:
entryPoint: ping
metrics:
prometheus:
entryPoint: metrics
certificatesResolvers:
le:
acme:
email: [email protected]
storage: /letsencrypt/acme.json
tlsChallenge: true
api:
dashboard: true