From da8236eca9bba346189571e55e4b2fa1772bfd33 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 9 Dec 2025 07:14:00 -0500 Subject: [PATCH] Alphabetizing. --- docker-compose.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 601c26c..5f5620a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,6 +50,22 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock + 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 + ports: + - "10300:10300" + restart: unless-stopped + volumes: + - ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config meilisearch: container_name: meilisearch environment: @@ -133,22 +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 - ports: - - "10300:10300" - restart: unless-stopped - volumes: - - ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config volumes: ollama: name: ollama