Add place holder traefik toml config

This commit is contained in:
Luke Murphy 2020-04-25 11:15:55 +02:00
parent 2af02fbfcf
commit e1e4ced190
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 25 additions and 0 deletions

25
traefik.toml Normal file
View File

@ -0,0 +1,25 @@
[log]
level = "ERROR"
[providers.docker]
exposedByDefault = false
endpoint = "tcp://dockerproxy:2375"
network = "traefik"
[api]
dashboard = true
debug = true
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoints.web-secure]
address = ":443"
[entryPoints.dashboard]
address = ":8080"
[certificatesResolvers]
[certificatesResolvers.default.acme]
email = "helo@autonomic.zone"
storage = "acme.json"
[certificatesResolvers.default.acme.tlsChallenge]