37 lines
620 B
TOML
37 lines
620 B
TOML
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
|
|
[entryPoints.websecure]
|
|
address = ":443"
|
|
|
|
[entryPoints.sftp]
|
|
address = ":2222"
|
|
|
|
[entryPoints.terraria]
|
|
address = ":7777"
|
|
|
|
[entryPoints.terraria_api]
|
|
address = ":7878"
|
|
|
|
[providers.file]
|
|
directory = "/etc/traefik/config"
|
|
watch = true
|
|
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
network = "traefik_default"
|
|
|
|
[certificatesResolvers.myhttpchallenge.acme]
|
|
email = "mr.hurlu@gmail.com"
|
|
storage = "/letsencrypt/acme.json"
|
|
|
|
[api]
|
|
dashboard = true
|
|
|
|
[accessLog]
|
|
#[tracing]
|
|
# serviceName = "traefik-traefik"
|
|
[log]
|
|
level = "DEBUG"
|