nebula/kaarana/traefik.toml

24 lines
472 B
TOML
Raw Normal View History

2019-09-21 09:12:16 +00:00
# traefik.toml
# Static configuration
[providers.docker]
2019-09-21 09:12:16 +00:00
exposedByDefault = false
network = "traefik"
[providers.file]
filename = "/etc/traefik/dyn.toml"
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoints.web-secure]
address = ":443"
[certificatesResolvers.default.acme]
email = "certs@captnemo.in"
storage = "/acme/acme.json"
[certificatesResolvers.default.acme.httpChallenge]
# used during the challenge
entryPoint = "web"