mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
feat: 添加WS TOKEN 认证功能
This commit is contained in:
Executable
+15
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user