kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
27 wiersze
764 B
TOML
27 wiersze
764 B
TOML
defaultEntryPoints = ["http", "https"]
|
|
[accessLog]
|
|
################################################################
|
|
# Web configuration backend
|
|
################################################################
|
|
[web]
|
|
address = ":8040"
|
|
################################################################
|
|
# Docker configuration backend
|
|
################################################################
|
|
[docker]
|
|
domain = "funkwhale.test"
|
|
watch = true
|
|
exposedbydefault = false
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
# [entryPoints.http.redirect]
|
|
entryPoint = "http"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
[[entryPoints.https.tls.certificates]]
|
|
certFile = "/ssl/traefik.crt"
|
|
keyFile = "/ssl/traefik.key"
|