fix: add TCP port mapping for xiaozhi_ws service and update TLS configuration

This commit is contained in:
2026-04-26 08:50:30 +08:00
parent eeb3d6d739
commit 7519ef532d
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -43,6 +43,9 @@ services:
# - "8083:8083"
# - "8084:8084"
# - "7687:7687"
- target: 8033
published: 8033
mode: host
deploy:
placement:
constraints:
+1 -2
View File
@@ -5,8 +5,7 @@ tcp:
entryPoints:
- xiaozhi-ws
rule: HostSNI(`*`)
tls:
certResolver: le
tls: {}
service: xiaozhi_ws@file
services: