bitwarden

This commit is contained in:
jaydee
2024-08-24 00:28:39 +02:00
parent ee96011423
commit a13e1b8f01

View File

@ -48,10 +48,20 @@ services:
- /share/docker_data/whisper/english:/data
command: --model tiny-int8 --language en
openwakeword:
container_name: openWakeWord
image: dalehumby/openwakeword-rhasspy
container_name: openwakeword
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:
- /share/docker_data/openWakeWord/config:/config
- /share/docker_data/openwakeword-data:/data
- /share/docker_data/openwakeword-data:/custom # Place my custom wakewords here
environment:
- TZ=Europe/Bratislava
restart: unless-stopped