Update home-tools.yaml

master
Dex Burgess 2025-05-31 00:34:49 +00:00
parent 13bf32fca2
commit 7e92653d3f
1 changed files with 16 additions and 0 deletions

View File

@ -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