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

47 lines
857 B
YAML

---
log:
level: WARN
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: proxy
swarmMode: true
file:
filename: /etc/traefik/file-provider.yml
api:
dashboard: true
debug: false
entrypoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: web-secure
web-secure:
address: ":443"
gitea-ssh:
address: ":2222"
ping:
entryPoint: web
certificatesResolvers:
staging:
acme:
email: helo@autonomic.zone
storage: /etc/letsencrypt/staging-acme.json
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: web
production:
acme:
email: helo@autonomic.zone
storage: /etc/letsencrypt/production-acme.json
httpChallenge:
entryPoint: web