mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
bitwarden
This commit is contained in:
@ -47,3 +47,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /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:
|
||||||
|
container_name: openWakeWord
|
||||||
|
image: dalehumby/openwakeword-rhasspy
|
||||||
|
volumes:
|
||||||
|
- /volume2/docker/openWakeWord/config:/config
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Bratislava
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 12202:12202/udp
|
Reference in New Issue
Block a user