fix: update entryPoints for xiaozhi_ws service in Traefik configuration

This commit is contained in:
2026-04-25 22:37:12 +08:00
parent b6613aaeaf
commit 77e42d3a56
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -143,6 +143,7 @@ services:
- --entrypoints.web-socket.address=:8083
- --entrypoints.web-socket-secure.address=:8084
- --entrypoints.bolt-socket.address=:7687
- --entrypoints.xiaozhi-ws.address=:8033
# Create the certificate resolver "le" for Let's Encrypt, uses the environment variable EMAIL
- --certificatesresolvers.le.acme.email=${EMAIL?Variable not set}
# Store the Let's Encrypt certificates in the mounted volume
+3 -3
View File
@@ -84,11 +84,11 @@ http:
xiaozhi_ws:
entryPoints:
- https
- xiaozhi-ws
rule: Host(`xiaozhi_ws.furyhawk.lol`)
tls:
certResolver: le
service: xiaozhi_ws
service: xiaozhi_ws@file
services:
@@ -140,4 +140,4 @@ http:
xiaozhi_ws:
loadBalancer:
servers:
- url: ws://192.168.50.44:8033/xiaozhi/v1/
- url: ws://192.168.50.44:8033