File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121# BOTIUM_SPEECH_PROVIDER_STT: kaldi
2222# volumes:
2323# - "./frontend/resources:/app/resources"
24- stt_en :
24+ stt-en :
2525 build :
2626 context : stt
2727 dockerfile : Dockerfile.kaldi.en
Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ services:
1818 BOTIUM_SPEECH_GOOGLE_PRIVATE_KEY :
1919 volumes :
2020 - " ./frontend/resources:/app/resources"
21- # watcher:
22- # image: botium/botium-speech-watcher:${TAG}
23- # restart: always
24- # volumes:
25- # - "./watcher:/app/watch"
26- # - "./logs/watcher:/app/logs"
27- # stt-en:
28- # image: botium/botium-speech-kaldi-en:${TAG}
29- # restart: always
30- # volumes:
31- # - "./logs/stt-en:/opt/logs"
32- # stt-de:
33- # image: botium/botium-speech-kaldi-de:${TAG}
34- # restart: always
35- # volumes:
36- # - "./logs/stt-de:/opt/logs"
21+ watcher :
22+ image : botium/botium-speech-watcher:${TAG}
23+ restart : always
24+ volumes :
25+ - " ./watcher:/app/watch"
26+ - " ./logs/watcher:/app/logs"
27+ stt-en :
28+ image : botium/botium-speech-kaldi-en:${TAG}
29+ restart : always
30+ volumes :
31+ - " ./logs/stt-en:/opt/logs"
32+ stt-de :
33+ image : botium/botium-speech-kaldi-de:${TAG}
34+ restart : always
35+ volumes :
36+ - " ./logs/stt-de:/opt/logs"
3737 tts :
3838 image : botium/botium-speech-marytts:${TAG}
3939 restart : always
You can’t perform that action at this time.
0 commit comments