mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
bitwarden
This commit is contained in:
@ -48,10 +48,20 @@ services:
|
|||||||
- /share/docker_data/whisper/english:/data
|
- /share/docker_data/whisper/english:/data
|
||||||
command: --model tiny-int8 --language en
|
command: --model tiny-int8 --language en
|
||||||
openwakeword:
|
openwakeword:
|
||||||
container_name: openWakeWord
|
container_name: openwakeword
|
||||||
image: dalehumby/openwakeword-rhasspy
|
image: rhasspy/wyoming-openwakeword:latest
|
||||||
|
command:
|
||||||
|
--preload-model 'kelsey'
|
||||||
|
--custom-model-dir /custom
|
||||||
|
--model 'hey kelsey'
|
||||||
|
--model 'kelsey'
|
||||||
|
--uri 'tcp://0.0.0.0:10400'
|
||||||
|
--threshold 0.7
|
||||||
|
--trigger-level 2
|
||||||
|
--debug
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/openWakeWord/config:/config
|
- /share/docker_data/openwakeword-data:/data
|
||||||
|
- /share/docker_data/openwakeword-data:/custom # Place my custom wakewords here
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Bratislava
|
- TZ=Europe/Bratislava
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user