removed wyoming faster-whisper from stack moved to chimera
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s

This commit is contained in:
2025-05-18 14:44:00 +01:00
parent 4431fbc34f
commit bbc56cac77

View File

@@ -1,15 +1,15 @@
version: '3.8'
services:
whisper:
image: rhasspy/wyoming-whisper
restart: unless-stopped
volumes:
- whisper_data:/data
ports:
- 10300:10300
environment:
- TZ=Europe/Lisbon
command: [ "--model", "small", "--language", "pt" ]
# whisper:
# image: linuxserver/faster-whisper
# restart: unless-stopped
# volumes:
# - whisper_data:/data
# ports:
# - 10300:10300
# environment:
# - TZ=Europe/Lisbon
# - WHISPER_MODEL=small-int8
# - WHISPER_LANG=pt
piper:
image: rhasspy/wyoming-piper
restart: unless-stopped