Updating branch...
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 33s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Failing after 21s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Has been skipped
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2025-12-09 07:17:21 -05:00
parent d6c5202fe2
commit 7b0d0b4383
-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