Add place holder traefik toml config
This commit is contained in:
parent
2af02fbfcf
commit
e1e4ced190
25
traefik.toml
Normal file
25
traefik.toml
Normal 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]
|
Reference in New Issue
Block a user