Fresh start - excluded large ROM JSON files
This commit is contained in:
16
docker/discord-voice-bot/docker-compose.yml
Normal file
16
docker/discord-voice-bot/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user