2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-09-28 09:05:21 +02:00
docker/.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp/apache/proxy/traefik.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"