fix: update entryPoints for xiaozhi_ws service in Traefik configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user