bitwarden

This commit is contained in:
jaydee
2024-08-28 12:47:51 +02:00
parent fdbd37fed6
commit 3375e61c59

View File

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