bitwarden

This commit is contained in:
jaydee
2024-08-24 00:20:03 +02:00
parent 9e610962a9
commit 4ad723b58a

View File

@ -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