From 75fd16c532788ef7e0b0c85ef3a33b0402b29599 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 26 Nov 2025 22:54:06 -0500 Subject: [PATCH] add config for traefik wings --- roles/traefik/templates/remote-dynamic.yml.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/roles/traefik/templates/remote-dynamic.yml.j2 b/roles/traefik/templates/remote-dynamic.yml.j2 index e69de29..0563672 100644 --- a/roles/traefik/templates/remote-dynamic.yml.j2 +++ b/roles/traefik/templates/remote-dynamic.yml.j2 @@ -0,0 +1,16 @@ +http: + routers: + wings: + rule: "Host(`wings.landite.games`)" + service: wings + entryPoints: + - webSecure + tls: + certResolver: letsencrypt + + + services: + wings: + loadBalancer: + servers: + - url: "http://127.0.0.1:8090" \ No newline at end of file