39 lines
691 B
TOML
39 lines
691 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"
|
|
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
network = "traefik_default"
|
|
|
|
[certificatesResolvers.myhttpchallenge.acme]
|
|
email = "mr.hurlu@gmail.com"
|
|
storage = "/letsencrypt/acme.json"
|
|
[certificatesResolvers.myhttpchallenge.acme.httpChallenge]
|
|
entryPoint = "web"
|
|
|
|
|
|
[api]
|
|
dashboard = true
|
|
|
|
[accessLog]
|
|
#[tracing]
|
|
# serviceName = "traefik-traefik"
|
|
[log]
|
|
level = "DEBUG"
|