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:
@ -29,4 +29,21 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- USERNAME=jaydee
|
- USERNAME=jaydee
|
||||||
- PASSWORD=jaydee1
|
- 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