mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
bitwarden
This commit is contained in:
@ -30,6 +30,7 @@ services:
|
||||
environment:
|
||||
- USERNAME=jaydee
|
||||
- PASSWORD=jaydee1
|
||||
|
||||
wyoming-piper-en:
|
||||
image: rhasspy/wyoming-piper
|
||||
container_name: piper-en
|
||||
@ -38,7 +39,7 @@ services:
|
||||
volumes:
|
||||
- /share/docker_data/piper/english:/data
|
||||
command: --voice en-gb-southern_english_female-low
|
||||
|
||||
restart: always
|
||||
wyoming-whisper-en:
|
||||
image: rhasspy/wyoming-whisper
|
||||
container_name: whisper-en
|
||||
@ -47,6 +48,7 @@ services:
|
||||
volumes:
|
||||
- /share/docker_data/whisper/english:/data
|
||||
command: --model tiny-int8 --language en
|
||||
restart: always
|
||||
openwakeword:
|
||||
container_name: openwakeword
|
||||
image: rhasspy/wyoming-openwakeword:latest
|
||||
@ -64,7 +66,7 @@ services:
|
||||
- /share/docker_data/openwakeword-data:/custom # Place my custom wakewords here
|
||||
environment:
|
||||
- TZ=Europe/Bratislava
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- 10400:10400
|
||||
- 10400:10400/udp
|
Reference in New Issue
Block a user