From be09ddda830fa05676aed0eebfd4acd263cc0224 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 12 Dec 2025 10:11:30 -0500 Subject: [PATCH] Adding Whisper and Piper. --- docker-compose.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0b2d042..0df5e2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,24 +88,24 @@ services: volumes: - ollama:/root/.ollama piper: - image: lscr.io/linuxserver/piper:latest container_name: piper environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - - PIPER_VOICE=en_US-lessac-medium - - LOCAL_ONLY= #optional - - PIPER_LENGTH=1.0 #optional - - PIPER_NOISE=0.667 #optional - - PIPER_NOISEW=0.333 #optional - - PIPER_SPEAKER=0 #optional - - NO_STREAMING= #optional - volumes: - - ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config + PUID: ${PUID} + PGID: ${PGID} + TZ: ${TZ} + PIPER_VOICE: en_GB-jenny_dioco-medium + LOCAL_ONLY: #optional + PIPER_LENGTH: 1.0 #optional + PIPER_NOISE: 0.667 #optional + PIPER_NOISEW: 0.333 #optional + PIPER_SPEAKER: 0 #optional + NO_STREAMING: #optional + image: lscr.io/linuxserver/piper:latest ports: - 10200:10200 restart: unless-stopped + volumes: + - ${ULTIMA_DOCKER_DIR}/piper/:/config portainer-agent: container_name: portainer_agent image: portainer/agent:latest@sha256:d2e5f753e8c668f7a7916621e64d6535f212b0f6ade5389a6fcc1f6830405ccf