2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-11-16 07:27:37 +01:00
docker/.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp/fpm-alpine/proxy/traefik.toml

27 lines
476 B
TOML
Raw Normal View History

debug = false
logLevel = "ERROR"
defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "example.org"
watch = true
exposedByDefault = false
2018-05-26 17:49:37 +02:00
[acme]
email = "root@example.org"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"