All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
25 lines
562 B
YAML
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: |