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: services:
whisper: # whisper:
image: rhasspy/wyoming-whisper # image: linuxserver/faster-whisper
restart: unless-stopped # restart: unless-stopped
volumes: # volumes:
- whisper_data:/data # - whisper_data:/data
ports: # ports:
- 10300:10300 # - 10300:10300
environment: # environment:
- TZ=Europe/Lisbon # - TZ=Europe/Lisbon
command: [ "--model", "small", "--language", "pt" ] # - WHISPER_MODEL=small-int8
# - WHISPER_LANG=pt
piper: piper:
image: rhasspy/wyoming-piper image: rhasspy/wyoming-piper
restart: unless-stopped restart: unless-stopped