feat: 添加WS TOKEN 认证功能

This commit is contained in:
TOM88812
2025-02-13 17:06:48 +08:00
parent 19bfc0f605
commit c358774e97
4 changed files with 129 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
xiaozhi-esp32-server:
image: xiaozhi-esp32-server:0213
container_name: xiaozhi-esp32-server
restart: always
#security_opt:
# - seccomp:unconfined
ports:
- "9005:8000"
volumes:
- ./config.yaml:/opt/xiaozhi-es32-server/config.yaml
- ./models:/opt/xiaozhi-es32-server/models