| 123456789101112131415161718192021222324252627282930313233343536373839 |
- api:
- insecure: true
- dashboard: true
- providers:
- docker:
- endpoint: unix:///var/run/docker.sock
- file:
- filename: /etc/traefik/static.yaml
- entryPoints:
- gitssh:
- address: ":10022"
- web:
- address: ":80"
- http:
- redirections:
- entryPoint:
- to: websecure
- scheme: https
- websecure:
- address: ":443"
- certificatesResolvers:
- le:
- acme:
- email: jason@jasonplayne.com
- storage: /etc/traefik/acme.json
- httpChallenge:
- # used during the challenge
- entryPoint: web
- #accessLog: {}
- metrics:
- prometheus: {}
|