bitwarden

This commit is contained in:
jaydee
2024-08-24 00:18:20 +02:00
parent 49b7292ea3
commit 9e610962a9

View File

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