Add docker-compose.yaml
This commit is contained in:
parent
e555d146fb
commit
9c82575950
1 changed files with 16 additions and 0 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue