SHOW:
|
|
- or go back to the newest paste.
| 1 | api: | |
| 2 | dashboard: true | |
| 3 | ||
| 4 | log: | |
| 5 | level: DEBUG | |
| 6 | filePath: /shared/logs/traefik.log | |
| 7 | ||
| 8 | accessLog: | |
| 9 | filePath: /shared/logs/traefik-access.log | |
| 10 | ||
| 11 | metrics: | |
| 12 | prometheus: | |
| 13 | addEntryPointsLabels: true | |
| 14 | addServicesLabels: true | |
| 15 | entryPoint: metrics | |
| 16 | ||
| 17 | entryPoints: | |
| 18 | web: | |
| 19 | address: ":80" | |
| 20 | websecure: | |
| 21 | address: ":443" | |
| 22 | metrics: | |
| 23 | address: ":8008" | |
| 24 | ||
| 25 | providers: | |
| 26 | docker: | |
| 27 | swarmMode: true | |
| 28 | endpoint: "unix:///var/run/docker.sock" | |
| 29 | exposedByDefault: false | |
| 30 | network: traefik_swarm | |
| 31 | file: | |
| 32 | directory: "/etc/traefik/conf" | |
| 33 | watch: true | |
| 34 | ||
| 35 | certificatesResolvers: | |
| 36 | cf-cert: | |
| 37 | acme: | |
| 38 | #caServer: https://acme-staging-v02.api.letsencrypt.org/directory | |
| 39 | storage: /etc/traefik/acme/acme.json | |
| 40 | - | email: [email protected] |
| 40 | + | email: [email protected] |
| 41 | dnsChallenge: | |
| 42 | provider: cloudflare | |
| 43 | resolvers: | |
| 44 | - "1.1.1.1:53" | |
| 45 | - "1.0.0.1:53" |