Add docker-compose.yaml

This commit is contained in:
sascha 2026-04-19 09:57:32 +02:00
parent 354df8ba36
commit d40b179cb9

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 homer.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