diff --git a/home-assistant/docker-compose.yaml b/home-assistant/docker-compose.yaml index 8fbf088..ae5c932 100644 --- a/home-assistant/docker-compose.yaml +++ b/home-assistant/docker-compose.yaml @@ -29,4 +29,21 @@ services: network_mode: host environment: - USERNAME=jaydee - - PASSWORD=jaydee1 \ No newline at end of file + - 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 \ No newline at end of file