2025-02-13 17:06:48 +08:00
|
|
|
services:
|
|
|
|
|
xiaozhi-esp32-server:
|
2025-02-18 15:46:57 +08:00
|
|
|
image: ccr.ccs.tencentyun.com/kalicyh/esp32-ai-server:latest
|
2025-02-13 17:06:48 +08:00
|
|
|
container_name: xiaozhi-esp32-server
|
|
|
|
|
restart: always
|
|
|
|
|
#security_opt:
|
|
|
|
|
# - seccomp:unconfined
|
|
|
|
|
ports:
|
2025-02-14 23:09:12 +08:00
|
|
|
- "8000:8000"
|
2025-02-18 15:46:57 +08:00
|
|
|
- "8002:8002"
|
2025-02-13 17:06:48 +08:00
|
|
|
volumes:
|
2025-02-18 15:46:57 +08:00
|
|
|
- ./data:/app/data
|