Files
local.realm.komodo/stacks/havoice/compose.yaml
T
2026-07-31 14:19:58 +02:00

38 lines
955 B
YAML

services:
wyoming-whisper:
image: rhasspy/wyoming-whisper:2.5.0
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
networks: {}
# wyoming-openwakeword:
# image: rhasspy/wyoming-openwakeword
# container_name: ha-wakeword
# command: [ "--preload-model", "ok_nabu" ]
# volumes:
# - "/opt/rhasspy/openwakeword/custom-models:/custom"
# environment:
# - TZ=Europe/Berlin
# restart: unless-stopped
# ports:
# - 10400:10400