From 82995764a79e115e495e71b1ea6a961ae7cceaba Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 14 Nov 2024 15:31:25 -0500 Subject: Batman --- configs/traefik/static-cfg.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/traefik/static-cfg.yaml (limited to 'configs/traefik/static-cfg.yaml') diff --git a/configs/traefik/static-cfg.yaml b/configs/traefik/static-cfg.yaml new file mode 100644 index 0000000..91ecb03 --- /dev/null +++ b/configs/traefik/static-cfg.yaml @@ -0,0 +1,14 @@ +http: + routers: + plex: + rule: Host(`plex.{{ env "DOMAIN" }}`) + service: plex + tls: + certResolver: cloudflare + entryPoints: + - websecure + services: + plex: + loadBalancer: + servers: + - url: 'http://host.docker.internal:32400' -- cgit v1.2.3