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:
|
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:
|
# forum-router:
|
||||||
# entryPoints:
|
# entryPoints:
|
||||||
# - web-secure
|
# - web-secure
|
||||||
@@ -258,10 +248,6 @@ http:
|
|||||||
# loadBalancer:
|
# loadBalancer:
|
||||||
# servers:
|
# servers:
|
||||||
# - url: http://kestra:8080
|
# - url: http://kestra:8080
|
||||||
# librechat_app:
|
|
||||||
# loadBalancer:
|
|
||||||
# servers:
|
|
||||||
# - url: http://LibreChat:3080
|
|
||||||
# neo4j-bolt:
|
# neo4j-bolt:
|
||||||
# loadBalancer:
|
# loadBalancer:
|
||||||
# servers:
|
# servers:
|
||||||
@@ -284,10 +270,6 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: http://emqx1:8084
|
- url: http://emqx1:8084
|
||||||
# - url: http://emqx2:8084
|
# - url: http://emqx2:8084
|
||||||
# emqx-dashboard:
|
|
||||||
# loadBalancer:
|
|
||||||
# servers:
|
|
||||||
# - url: http://emqx1:18083
|
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
# https://docs.traefik.io/master/providers/file/
|
# https://docs.traefik.io/master/providers/file/
|
||||||
|
|||||||
Reference in New Issue
Block a user