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:
@ -30,3 +30,20 @@ services:
|
||||
environment:
|
||||
- USERNAME=jaydee
|
||||
- PASSWORD=jaydee1
|
||||
wyoming-piper-en:
|
||||
image: rhasspy/wyoming-piper
|
||||
container_name: piper-en
|
||||
ports:
|
||||
- 10200:10200
|
||||
volumes:
|
||||
- /share/docker_data/piper/english:/data
|
||||
command: --voice en-gb-southern_english_female-low
|
||||
|
||||
wyoming-whisper-en:
|
||||
image: rhasspy/wyoming-whisper
|
||||
container_name: whisper-en
|
||||
ports:
|
||||
- 10300:10300
|
||||
volumes:
|
||||
- /share/docker_data/whisper/english:/data
|
||||
command: --model tiny-int8 --language en
|
Reference in New Issue
Block a user