diff --git a/docker-compose.yml b/docker-compose.yml index 0b2d042..1d114d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,31 +81,31 @@ services: - ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data ollama: container_name: ollama - image: ollama/ollama:0.13.3@sha256:6c76395793f40a5e78f120e880ca82c67e39eb908ad90eee8ce755535529d0ec + image: ollama/ollama ports: - 11434:11434 restart: unless-stopped 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 @@ -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