From d631711a88679ce480924263da028905bb3981af Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 7 Dec 2025 11:55:59 -0500 Subject: [PATCH] Adding Whisper and Piper... --- docker-compose.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bd34075..f50c6d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -163,8 +163,9 @@ services: WHISPER_BEAM: 1 #optional WHISPER_LANG: en #optional image: lscr.io/linuxserver/faster-whisper:latest - ports: - - 10300:10300 + network_mode: host + # ports: + # - 10300:10300 restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config @@ -182,11 +183,12 @@ services: PIPER_NOISEW: 0.333 #optional PIPER_SPEAKER: 0 #optional NO_STREAMING: #optional + network_mode: host + # ports: + # - 10200:10200 + restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/piper/:/config - ports: - - 10200:10200 - restart: unless-stopped volumes: ollama: name: ollama