Files
2025-11-07 11:49:45 +00:00

27 lines
622 B
YAML

---
services:
wyoming-whisper:
image: rhasspy/wyoming-whisper:latest
container_name: ha-whisper
ports:
- "10300:10300"
volumes:
- /opt/rhasspy/whisper:/data
# command: --model tiny-int8 --language en
command: --model tiny --language de
restart: unless-stopped
environment:
- TZ=Europe/Berlin
wyoming-piper:
container_name: ha-piper
image: rhasspy/wyoming-piper:1.3.2
command: '--voice de_DE-ramona-low'
volumes:
- /opt/rhasspy/piper-data:/data
environment:
- TZ=Europe/Berlin
restart: unless-stopped
ports:
- 10200:10200