From 7519ef532dcc5f0dd47e4b7283f28dcab71b2500 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 26 Apr 2026 08:50:30 +0800 Subject: [PATCH] fix: add TCP port mapping for xiaozhi_ws service and update TLS configuration --- swarm/core.yml | 3 +++ swarm/traefik/services.yml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swarm/core.yml b/swarm/core.yml index 2b6fa8c..e9570c0 100644 --- a/swarm/core.yml +++ b/swarm/core.yml @@ -43,6 +43,9 @@ services: # - "8083:8083" # - "8084:8084" # - "7687:7687" + - target: 8033 + published: 8033 + mode: host deploy: placement: constraints: diff --git a/swarm/traefik/services.yml b/swarm/traefik/services.yml index 8e78e60..47e6085 100644 --- a/swarm/traefik/services.yml +++ b/swarm/traefik/services.yml @@ -5,8 +5,7 @@ tcp: entryPoints: - xiaozhi-ws rule: HostSNI(`*`) - tls: - certResolver: le + tls: {} service: xiaozhi_ws@file services: