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

34 lines
717 B
YAML
Raw Normal View History

2020-04-25 09:24:49 +00:00
---
log:
2020-04-25 09:57:28 +00:00
level: "DEBUG"
2020-04-25 09:24:49 +00:00
providers:
docker:
2020-04-25 09:57:28 +00:00
# enable when using https://github.com/Tecnativa/docker-socket-proxy
# endpoint: "tcp://dockerproxy:2375"
endpoint: "unix:///var/run/docker.sock"
2020-04-25 09:24:49 +00:00
exposedByDefault: false
2020-04-25 10:08:00 +00:00
network: "proxy"
2020-04-25 09:57:28 +00:00
swarmMode: true
domain: "traefik.swarm.autonomic.zone"
2020-04-25 09:24:49 +00:00
api:
dashboard: true
debug: true
entrypoints:
web:
address: ":80"
web-secure:
address: ":443"
dashboard:
address: ":8080"
certificatesResolvers:
myresolver:
acme:
email: "helo@autonomic.zone"
2020-04-25 10:08:00 +00:00
storage: "/letsencrypt/acme.json"
2020-04-25 09:24:49 +00:00
# staging enabled, delete to go to production mode
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"