mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
fix: add TCP port mapping for xiaozhi_ws service and update TLS configuration
This commit is contained in:
@@ -43,6 +43,9 @@ services:
|
|||||||
# - "8083:8083"
|
# - "8083:8083"
|
||||||
# - "8084:8084"
|
# - "8084:8084"
|
||||||
# - "7687:7687"
|
# - "7687:7687"
|
||||||
|
- target: 8033
|
||||||
|
published: 8033
|
||||||
|
mode: host
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ tcp:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- xiaozhi-ws
|
- xiaozhi-ws
|
||||||
rule: HostSNI(`*`)
|
rule: HostSNI(`*`)
|
||||||
tls:
|
tls: {}
|
||||||
certResolver: le
|
|
||||||
service: xiaozhi_ws@file
|
service: xiaozhi_ws@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user