finances/docker/finances-prod/traefik.toml
2024-03-24 20:17:42 +01:00

13 lines
255 B
TOML

[entryPoints]
[entryPoints.web]
address = ":80"
# [entryPoints.web.http.redirections.entryPoint]
# to = "websecure"
# scheme = "https"
[entryPoints.websecure]
address = ":443"
[providers.docker]
watch = true
network = "web"