Files
casa/services/wyoming/docker-compose.yaml
Márcio Fernandes bbc56cac77
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
removed wyoming faster-whisper from stack moved to chimera
2025-05-18 14:44:00 +01:00

25 lines
562 B
YAML

services:
# 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
volumes:
- piper_data:/data
ports:
- 10200:10200
environment:
- TZ=Europe/Lisbon
command: [ "--voice", "en-gb-southern_english_female-low" ]
volumes:
whisper_data:
piper_data: