Enable more debug mode

This commit is contained in:
Luke Murphy 2020-04-25 11:57:28 +02:00
parent 70858d07a8
commit 8dda0aefce
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,16 @@
---
log:
level: "ERROR"
level: "DEBUG"
providers:
docker:
endpoint: "tcp://dockerproxy:2375"
# enable when using https://github.com/Tecnativa/docker-socket-proxy
# endpoint: "tcp://dockerproxy:2375"
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: "traefik"
swarmMode: true
domain: "traefik.swarm.autonomic.zone"
api:
dashboard: true
@ -25,6 +29,5 @@ certificatesResolvers:
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"