- log:
- level: INFO
- filepath: "/var/log/traefik/traefik.log"
- accessLog:
- filepath: "/var/log/traefik/access.log"
- fields:
- defaultMode: keep
- headers:
- defaultMode: keep
- api:
- dashboard: true
- insecure: false
- debug: true
- entryPoints:
- http:
- address: ":80"
- https:
- address: ":443"
- providers:
- docker:
- exposedByDefault: false
- endpoint: "tcp://socket-proxy:2375"
- network: "traefik"
- defaultRule: "Host(`{{ trimPrefix `/` .Name }}.example.com`)"
- file:
- filename: "/config/dynamic_config.yml"
- watch: true
- certificatesResolvers:
- letsencrypt:
- acme:
- email: ucalgary-acme@steamr.com
- storage: "/config/acme.json"
- httpChallenge:
- entryPoint: http
Untitled
From Blush Duck, 1 Year ago, written in Plain Text, viewed 212 times.
This paste will hop the perch in 1 Second.
URL https://paste.steamr.com/view/9fce8cad
Embed
Download Paste or View Raw
— Expand Paste to full width of browser