Created
June 28, 2025 03:21
-
-
Save supanadit/0e123a0fb06ce2ba4a686a448e56cb0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [api] | |
| dashboard = true | |
| [entryPoints] | |
| [entryPoints.web] | |
| address = ":80" | |
| # Uncomment this at production for redirecting to HTTPS automatically | |
| # [entryPoints.web.http.redirections.entryPoint] | |
| # to = "websecure" | |
| # scheme = "https" | |
| # permanent = true | |
| [entryPoints.websecure] | |
| address = ":443" | |
| [providers] | |
| [providers.docker] | |
| endpoint = "unix:///var/run/docker.sock" | |
| watch = true | |
| [providers.file] | |
| directory = "/etc/traefik" | |
| filename = "dynamic-conf.toml" | |
| watch = true | |
| [certificatesResolvers.lets-encrypt.acme] | |
| email = "[email protected]" | |
| storage = "acme.json" | |
| [certificatesResolvers.lets-encrypt.acme.tlsChallenge] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment