Files
openclaw-workspace/docker/discord-voice-bot/docker-compose.yml
2026-04-11 09:45:12 -05:00

17 lines
289 B
YAML

version: "3.8"
services:
whisper:
image: rhasspy/wyoming-whisper
ports:
- "10300:10300"
volumes:
- whisper-data:/data
command: >
--model tiny-int8
--language en
--uri tcp://0.0.0.0:10300
restart: unless-stopped
volumes:
whisper-data: