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:
@ -46,4 +46,14 @@ services:
|
|||||||
- 10300:10300
|
- 10300:10300
|
||||||
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