From f0a1969e731b72449a82fd5e706b93966607684a Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 30 May 2024 19:58:17 +0800 Subject: [PATCH] Refactor traefik.yml to remove unused services and fix routing rules for chat and bot subdomains --- compose/traefik/traefik.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index da69c22..4cf4c06 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -95,16 +95,6 @@ http: routers: - # chat-router: - # entryPoints: - # - web-secure - # rule: "Host(`bot.furyhawk.lol`) || Host(`chat.furyhawk.lol`)" - # middlewares: - # - csrf - # tls: - # certResolver: letsencrypt - # service: librechat_app - # forum-router: # entryPoints: # - web-secure @@ -258,10 +248,6 @@ http: # loadBalancer: # servers: # - url: http://kestra:8080 - # librechat_app: - # loadBalancer: - # servers: - # - url: http://LibreChat:3080 # neo4j-bolt: # loadBalancer: # servers: @@ -284,10 +270,6 @@ http: servers: - url: http://emqx1:8084 # - url: http://emqx2:8084 - # emqx-dashboard: - # loadBalancer: - # servers: - # - url: http://emqx1:18083 providers: # https://docs.traefik.io/master/providers/file/