From 45b5a943e236578c992204bdd5bacc3300252743 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 4 Aug 2026 11:01:39 -0400 Subject: [PATCH] readd wings subdomain --- roles/traefik/templates/remote-dynamic.yml.j2 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/roles/traefik/templates/remote-dynamic.yml.j2 b/roles/traefik/templates/remote-dynamic.yml.j2 index 1b01cd2..8142c3a 100644 --- a/roles/traefik/templates/remote-dynamic.yml.j2 +++ b/roles/traefik/templates/remote-dynamic.yml.j2 @@ -12,9 +12,20 @@ http: - webSecure tls: certResolver: letsencrypt + wings: + rule: "Host(`wings.landite.games`)" + service: wings + entryPoints: + - webSecure + tls: + certResolver: letsencrypt services: coolify: loadBalancer: servers: - - url: "http://100.105.157.6:8000/" \ No newline at end of file + - url: "http://100.105.157.6:8000/" + wings: + loadBalancer: + servers: + - url: "http://5.161.64.174:8090/" \ No newline at end of file