Initial commit of docker files.

This commit is contained in:
nero120 2018-12-16 23:31:21 +00:00
parent 2b74ae2021
commit 9b56f66c76
8 changed files with 115 additions and 0 deletions

23
traefik.toml Normal file
View file

@ -0,0 +1,23 @@
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[api]
dashboard = false
[acme]
email = "you@yourdomain.org"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"