--- log: level: "DEBUG" providers: docker: # enable when using https://github.com/Tecnativa/docker-socket-proxy # endpoint: "tcp://dockerproxy:2375" endpoint: "unix:///var/run/docker.sock" exposedByDefault: false network: "proxy" swarmMode: true defaultRule: "Host(`{{ trimPrefix `/` .Name }}.swarm.autonomic.zone`)" api: dashboard: true debug: true entrypoints: web: address: ":80" web-secure: address: ":443" dashboard: address: ":8080" certificatesResolvers: staging: acme: email: "helo@autonomic.zone" storage: "/letsencrypt/acme.json" caServer: "https://acme-staging-v02.api.letsencrypt.org/directory" httpChallenge: entryPoint: "web"