Adding Whisper and Piper. #73

Merged
gitea-sonarqube-bot merged 9 commits from ha-assist-overhaul_2025-12-06T20-34-20 into main 2025-12-12 13:52:17 -05:00
Showing only changes of commit e8bf5933ce - Show all commits
+8 -1
View File
@@ -81,7 +81,7 @@ services:
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
ollama:
container_name: ollama
image: ollama/ollama:0.13.2@sha256:ceaad0844eda02ddc59d9b40551de7264a564ba7a16a90e241d1c582f0df992d
image: ollama/ollama:0.13.2
ports:
- 11434:11434
restart: unless-stopped
@@ -149,6 +149,13 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
wyoming-openwakeword:
command: "--preload-model ok_nabu"
container_name: wyoming-openwakeword
image: rhasspy/wyoming-openwakeword
ports:
- 10400:10400
restart: unless-stopped
volumes:
ollama:
name: ollama