🎈 perf(docker): Docker 支持后续新版web后台

This commit is contained in:
kalicyh
2025-02-17 18:29:18 +08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -143,3 +143,4 @@ tmp
.config.yaml
.secrets.yaml
.private_config.yaml
docker-compose.yml
+12
View File
@@ -0,0 +1,12 @@
services:
xiaozhi-esp32-server:
image: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
container_name: xiaozhi-esp32-server
restart: always
#security_opt:
# - seccomp:unconfined
ports:
- "8000:8000"
- "8002:8002"
volumes:
- ./.config.yaml:/opt/xiaozhi-esp32-server/config.yaml