Initial commit
This commit is contained in:
32
conf/traefik.toml
Normal file
32
conf/traefik.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[global]
|
||||
checkNewVersion=true
|
||||
sendAnonymousUsage=false
|
||||
|
||||
[accesslog]
|
||||
|
||||
[log]
|
||||
level = "WARNING"
|
||||
|
||||
[api]
|
||||
insecure = true
|
||||
dashboard = true
|
||||
|
||||
[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"
|
||||
|
||||
[certificatesResolvers.myresolver.acme]
|
||||
email = "florestan@bredow.fr"
|
||||
storage = "acme.json"
|
||||
[certificatesResolvers.myresolver.acme.httpChallenge]
|
||||
entryPoint = "web"
|
||||
|
||||
[providers.docker]
|
||||
network = "web"
|
Reference in New Issue
Block a user