Update Traefik configuration to include minio-router in traefik.yml

This commit is contained in:
2024-04-27 21:03:52 +08:00
parent c777f98843
commit 1cb424910d
3 changed files with 45 additions and 4 deletions
+17 -3
View File
@@ -111,7 +111,7 @@ http:
certResolver: letsencrypt
privatebin-router:
rule: "Host(`bin.furyhawk.lol`)"
rule: "Host(`bin.furyhawk.lol`, `paste.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
@@ -121,7 +121,7 @@ http:
certResolver: letsencrypt
heynote-router:
rule: "Host(`note.furyhawk.lol`)"
rule: "Host(`note.furyhawk.lol`, `pad.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
@@ -151,7 +151,7 @@ http:
certResolver: letsencrypt
chat-router:
rule: "Host(`chat.furyhawk.lol`)"
rule: "Host(`bot.furyhawk.lol`, `chat.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
@@ -160,6 +160,16 @@ http:
tls:
certResolver: letsencrypt
minio-router:
rule: "Host(`drive.furyhawk.lol`, `minio.furyhawk.lol`, `s3.furyhawk.lol`, `storage.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
- csrf
service: minio_server
tls:
certResolver: letsencrypt
mqtt-router:
rule: "Host(`mqtt.furyhawk.lol`)"
entryPoints:
@@ -335,6 +345,10 @@ http:
loadBalancer:
servers:
- url: http://LibreChat:3080
minio_server:
loadBalancer:
servers:
- url: http://minio_server:9001
emqx-web-socket:
loadBalancer:
servers: