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: environment:
- USERNAME=jaydee - USERNAME=jaydee
- PASSWORD=jaydee1 - PASSWORD=jaydee1
wyoming-piper-en: wyoming-piper-en:
image: rhasspy/wyoming-piper image: rhasspy/wyoming-piper
container_name: piper-en container_name: piper-en
@ -38,7 +39,7 @@ services:
volumes: volumes:
- /share/docker_data/piper/english:/data - /share/docker_data/piper/english:/data
command: --voice en-gb-southern_english_female-low command: --voice en-gb-southern_english_female-low
restart: always
wyoming-whisper-en: wyoming-whisper-en:
image: rhasspy/wyoming-whisper image: rhasspy/wyoming-whisper
container_name: whisper-en container_name: whisper-en
@ -47,6 +48,7 @@ services:
volumes: volumes:
- /share/docker_data/whisper/english:/data - /share/docker_data/whisper/english:/data
command: --model tiny-int8 --language en command: --model tiny-int8 --language en
restart: always
openwakeword: openwakeword:
container_name: openwakeword container_name: openwakeword
image: rhasspy/wyoming-openwakeword:latest image: rhasspy/wyoming-openwakeword:latest
@ -64,7 +66,7 @@ services:
- /share/docker_data/openwakeword-data:/custom # Place my custom wakewords here - /share/docker_data/openwakeword-data:/custom # Place my custom wakewords here
environment: environment:
- TZ=Europe/Bratislava - TZ=Europe/Bratislava
restart: unless-stopped restart: always
ports: ports:
- 10400:10400 - 10400:10400
- 10400:10400/udp - 10400:10400/udp