diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:31:25 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:31:25 -0500 |
commit | 82995764a79e115e495e71b1ea6a961ae7cceaba (patch) | |
tree | b1dc602f4cc938a9f98ad4eb80d563d3309c62a2 /configs/traefik/static-cfg.yaml |
Batman
Diffstat (limited to 'configs/traefik/static-cfg.yaml')
-rw-r--r-- | configs/traefik/static-cfg.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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' |