mirror of
https://github.com/friendica/docker
synced 2024-11-16 15:44:48 +01:00
29 lines
535 B
TOML
29 lines
535 B
TOML
debug = false
|
|
|
|
logLevel = "ERROR"
|
|
defaultEntryPoints = ["https","http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.redirect]
|
|
entryPoint = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
|
|
[retry]
|
|
|
|
[docker]
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
domain = "example.org"
|
|
watch = true
|
|
exposedByDefault = false
|
|
|
|
[acme]
|
|
email = "root@example.org"
|
|
storage = "acme.json"
|
|
entryPoint = "https"
|
|
onHostRule = true
|
|
[acme.httpChallenge]
|
|
entryPoint = "http" |