Add docker-compose.yaml

This commit is contained in:
sascha 2026-04-21 09:36:59 +02:00
parent e555d146fb
commit 9c82575950

16
docker-compose.yaml Normal file
View file

@ -0,0 +1,16 @@
services:
wyoming-chatterbox:
build: .
container_name: wyoming-chatterbox
restart: unless-stopped
ports:
- "10201:10201"
command: python /app/wyoming-chatterbox.py --port 10201 --chatterbox-url http://10.2.1.104:8004 --voice deep_thought.mp3
wyoming-whisper:
build: .
container_name: wyoming-whisper
restart: unless-stopped
ports:
- "10202:10202"
command: python /app/wyoming-faster-whisper.py --port 10202 --whisper-url http://10.2.1.104:8005 --model deepdml/faster-whisper-large-v3-turbo-ct2 --language de