Refactor traefik.yml to remove unused services and fix routing rules for chat and bot subdomains
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user