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

32 lines
551 B
YAML

---
log:
level: "ERROR"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: "proxy"
swarmMode: true
api:
dashboard: true
debug: true
entrypoints:
web:
address: ":80"
web-secure:
address: ":443"
dashboard:
address: ":8080"
certificatesResolvers:
staging:
acme:
email: "helo@autonomic.zone"
storage: "/etc/letsencrypt/acme.json"
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: "web"