OVOS Purge #70

Merged
gitea-sonarqube-bot merged 11 commits from ha-assist-overhaul_2025-12-06T20-34-20 into main 2025-12-09 09:10:28 -05:00
Showing only changes of commit 7b0d0b4383 - Show all commits
-37
View File
@@ -149,43 +149,6 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
faster-whisper:
container_name: faster-whisper
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
WHISPER_MODEL: large
LOCAL_ONLY: #optional
WHISPER_BEAM: 1 #optional
WHISPER_LANG: en #optional
image: lscr.io/linuxserver/faster-whisper:latest@sha256:43ec95dc89ecca3e594c211604cdda55ae3979fe5108436c918121ee4393b403
network_mode: host
# ports:
# - 10300:10300
restart: unless-stopped
volumes:
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
piper:
image: lscr.io/linuxserver/piper:latest@sha256:fddc63c2de74931d1234ae8bc7a9b0601f55aed7c8521562240566ee1af3ef67
container_name: piper
environment:
PUID: ${PUID}}
PGID: ${PGID}
TZ: ${TZ}
PIPER_VOICE: en_GB-alba-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
network_mode: host
# ports:
# - 10200:10200
restart: unless-stopped
volumes:
- ${ULTIMA_DOCKER_DIR}/piper/:/config
volumes:
ollama:
name: ollama