2018-04-08 16:19:32 +00:00
|
|
|
defaultEntryPoints = ["http", "https"]
|
2018-05-08 14:30:42 +00:00
|
|
|
[accessLog]
|
2018-04-08 16:19:32 +00:00
|
|
|
################################################################
|
|
|
|
# Web configuration backend
|
|
|
|
################################################################
|
|
|
|
[web]
|
|
|
|
address = ":8040"
|
|
|
|
################################################################
|
|
|
|
# Docker configuration backend
|
|
|
|
################################################################
|
|
|
|
[docker]
|
|
|
|
domain = "funkwhale.test"
|
|
|
|
watch = true
|
|
|
|
exposedbydefault = false
|
|
|
|
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":80"
|
2020-01-30 16:28:52 +00:00
|
|
|
# [entryPoints.http.redirect]
|
|
|
|
entryPoint = "http"
|
2018-04-08 16:19:32 +00:00
|
|
|
[entryPoints.https]
|
|
|
|
address = ":443"
|
|
|
|
[entryPoints.https.tls]
|
|
|
|
[[entryPoints.https.tls.certificates]]
|
|
|
|
certFile = "/ssl/traefik.crt"
|
|
|
|
keyFile = "/ssl/traefik.key"
|