mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
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.address=:8083
|
||||||
- --entrypoints.web-socket-secure.address=:8084
|
- --entrypoints.web-socket-secure.address=:8084
|
||||||
- --entrypoints.bolt-socket.address=:7687
|
- --entrypoints.bolt-socket.address=:7687
|
||||||
|
- --entrypoints.xiaozhi-ws.address=:8033
|
||||||
# Create the certificate resolver "le" for Let's Encrypt, uses the environment variable EMAIL
|
# Create the certificate resolver "le" for Let's Encrypt, uses the environment variable EMAIL
|
||||||
- --certificatesresolvers.le.acme.email=${EMAIL?Variable not set}
|
- --certificatesresolvers.le.acme.email=${EMAIL?Variable not set}
|
||||||
# Store the Let's Encrypt certificates in the mounted volume
|
# Store the Let's Encrypt certificates in the mounted volume
|
||||||
|
|||||||
@@ -84,11 +84,11 @@ http:
|
|||||||
|
|
||||||
xiaozhi_ws:
|
xiaozhi_ws:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- xiaozhi-ws
|
||||||
rule: Host(`xiaozhi_ws.furyhawk.lol`)
|
rule: Host(`xiaozhi_ws.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
certResolver: le
|
certResolver: le
|
||||||
service: xiaozhi_ws
|
service: xiaozhi_ws@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@@ -140,4 +140,4 @@ http:
|
|||||||
xiaozhi_ws:
|
xiaozhi_ws:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: ws://192.168.50.44:8033/xiaozhi/v1/
|
- url: ws://192.168.50.44:8033
|
||||||
Reference in New Issue
Block a user