This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
traefik.autonomic.zone/traefik.yml

31 lines
525 B
YAML
Raw Normal View History

2020-04-25 09:24:49 +00:00
---
log:
level: "ERROR"
providers:
docker:
endpoint: "tcp://dockerproxy:2375"
exposedByDefault: false
network: "traefik"
api:
dashboard: true
debug: true
entrypoints:
web:
address: ":80"
web-secure:
address: ":443"
dashboard:
address: ":8080"
certificatesResolvers:
myresolver:
acme:
email: "helo@autonomic.zone"
storage: "acme.json"
# staging enabled, delete to go to production mode
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"