Initial commit of docker files.
This commit is contained in:
parent
2b74ae2021
commit
9b56f66c76
8 changed files with 115 additions and 0 deletions
23
traefik.toml
Normal file
23
traefik.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue