You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/roles/test/templates/traefik.yml

40 lines
819 B

# defaultEntryPoints must be at the top
# because it should not be in any table below
defaultEntryPoints: ["http", "https"]
global:
checkNewVersion: true
sendAnonymousUsage: true
api:
dashboard: true
debug: true
insecure: false
entryPoints:
ssh:
address: ":22"
http:
address: ":80"
https:
address: ":443"
providers:
docker:
watch: true
swarmMode: true
endpoint: "unix:///var/run/docker.sock"
exposedbydefault: false
certificatesResolvers:
letsencrypt:
acme:
email: "me@jowj.net"
storage: "/acme/acme.json"
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
dnsChallenge:
provider: "digitalocean"
log:
# filePath: "/log/traefik.log"
level: DEBUG
# accessLog:
# filePath: "/log/access.log"
# bufferingSize: 100