Traefik in its own directory
This commit is contained in:
parent
75a891c677
commit
63d52c7bf9
6 changed files with 14 additions and 9 deletions
26
traefik/traefik.prod.toml
Normal file
26
traefik/traefik.prod.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
[entryPoints.web.http]
|
||||
[entryPoints.web.http.redirections]
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.websecure]
|
||||
address = ":443"
|
||||
|
||||
[accessLog]
|
||||
|
||||
[api]
|
||||
dashboard = true
|
||||
|
||||
[providers]
|
||||
[providers.docker]
|
||||
exposedByDefault = false
|
||||
|
||||
[certificatesResolvers.letsencrypt.acme]
|
||||
email = "postmaster@nabu-jena.de"
|
||||
storage = "/certificates/acme.json"
|
||||
[certificatesResolvers.letsencrypt.acme.httpChallenge]
|
||||
entryPoint = "web"
|
Loading…
Add table
Add a link
Reference in a new issue