http: routers: thefiredodo-http: entryPoints: - web rule: "Host(`thefiredodo.org`) || Host(`www.thefiredodo.org`)" service: thefiredodo-http services: thefiredodo-http: loadBalancer: healthCheck: path: "/" hostname: "thefiredodo.org" interval: "10s" timeout: "3s" servers: - url: "http://127.0.0.1:18080" tcp: routers: thefiredodo-tls: entryPoints: - tls rule: "HostSNI(`thefiredodo.org`) || HostSNI(`www.thefiredodo.org`)" service: thefiredodo-tls tls: passthrough: true services: thefiredodo-tls: loadBalancer: healthCheck: interval: "10s" timeout: "3s" servers: - address: "127.0.0.1:18443"