mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
13 lines
364 B
YAML
Executable File
13 lines
364 B
YAML
Executable File
services:
|
|
xiaozhi-esp32-server:
|
|
image: ghcr.io/kalicyh/xiaozhi-esp32-server:latest
|
|
container_name: xiaozhi-esp32-server
|
|
restart: always
|
|
#security_opt:
|
|
# - seccomp:unconfined
|
|
ports:
|
|
- "8000:8000"
|
|
- "8002:8002"
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./models/SenseVoiceSmall/model.pt:/app/models/SenseVoiceSmall/model.pt |