From 7e92653d3fa1de8398de2f054e91ddbae7023846 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sat, 31 May 2025 00:34:49 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/home-tools.yaml b/home-tools.yaml index 2514f07..fba1084 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -96,6 +96,22 @@ services: volumes: - /dockers/vaultwarden:/data/ + faster-whisper: + image: lscr.io/linuxserver/faster-whisper:latest + container_name: faster-whisper + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + - WHISPER_MODEL=tiny-int8 + - WHISPER_BEAM=1 #optional + - WHISPER_LANG=en #optional + volumes: + - /dockers/faster-whisper/data:/config + ports: + - 10300:10300 + networks: default: name: dockers_default