File tree Expand file tree Collapse file tree 3 files changed +53
-53
lines changed
Expand file tree Collapse file tree 3 files changed +53
-53
lines changed Original file line number Diff line number Diff line change 1+ version : ' 3'
2+ services :
3+ frontend :
4+ image : botium/botium-speech-frontend:develop
5+ restart : always
6+ user : 1000:1000
7+ ports :
8+ - 80:56000
9+ environment :
10+ BOTIUM_API_TOKENS :
11+ BOTIUM_SPEECH_PROVIDER_TTS : marytts
12+ BOTIUM_SPEECH_PROVIDER_STT : kaldi
13+ BOTIUM_SPEECH_GOOGLE_CLIENT_EMAIL :
14+ BOTIUM_SPEECH_GOOGLE_PRIVATE_KEY :
15+ volumes :
16+ - " ./frontend/resources:/app/resources"
17+ volumes :
18+ logs:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
3+ nginx :
4+ image : nginx
5+ restart : always
6+ volumes :
7+ - ./nginx.conf:/etc/nginx/nginx.conf
8+ ports :
9+ - 80:80
310 frontend :
4- image : botium/botium-speech-frontend:develop
11+ image : botium/botium-speech-frontend:${TAG}
512 restart : always
613 user : 1000:1000
7- ports :
8- - 80:56000
914 environment :
1015 BOTIUM_API_TOKENS :
1116 BOTIUM_SPEECH_PROVIDER_TTS : marytts
@@ -14,5 +19,32 @@ services:
1419 BOTIUM_SPEECH_GOOGLE_PRIVATE_KEY :
1520 volumes :
1621 - " ./frontend/resources:/app/resources"
22+ watcher :
23+ image : botium/botium-speech-watcher:${TAG}
24+ restart : always
25+ user : 1000:1000
26+ volumes :
27+ - " ./watcher:/app/watch"
28+ - logs:/app/logs
29+ stt-en :
30+ image : botium/botium-speech-kaldi-en:${TAG}
31+ restart : always
32+ user : 1000:1000
33+ volumes :
34+ - logs:/opt/logs
35+ stt-de :
36+ image : botium/botium-speech-kaldi-de:${TAG}
37+ restart : always
38+ user : 1000:1000
39+ volumes :
40+ - logs:/opt/logs
41+ tts :
42+ image : botium/botium-speech-marytts:${TAG}
43+ restart : always
44+ user : 1000:1000
45+ dictate :
46+ image : botium/botium-speech-dictate:${TAG}
47+ restart : always
48+ user : 1000:1000
1749volumes :
1850 logs:
You can’t perform that action at this time.
0 commit comments