File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME = botiumspeechprocessing
2+ TAG = latest
Original file line number Diff line number Diff line change 1+ COMPOSE_PROJECT_NAME=botiumspeechprocessing
2+ TAG=develop
Original file line number Diff line number Diff line change 1- logs
1+ logs
2+ docker-compose.override.yml
Original file line number Diff line number Diff line change 1+ version : ' 3'
2+ services :
3+ dictate :
4+ image : botium/botium-speech-dictate:develop
5+ environment :
6+ STT_URL_DE : wss://speech.botiumbox.com/stt_de
7+ STT_URL_EN : wss://speech.botiumbox.com/stt_en
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 ports :
99 - 80:80
1010 frontend :
11- image : botium/botium-speech-frontend:latest
11+ image : botium/botium-speech-frontend:${TAG}
1212 restart : always
1313 environment :
1414 BOTIUM_API_TOKENS :
@@ -19,24 +19,24 @@ services:
1919 volumes :
2020 - " ./frontend/resources:/app/resources"
2121 watcher :
22- image : botium/botium-speech-watcher:latest
22+ image : botium/botium-speech-watcher:${TAG}
2323 restart : always
2424 volumes :
2525 - " ./watcher:/app/watch"
2626 - " ./logs/watcher:/app/logs"
2727 stt_en :
28- image : botium/botium-speech-kaldi-en:latest
28+ image : botium/botium-speech-kaldi-en:${TAG}
2929 restart : always
3030 volumes :
3131 - " ./logs/stt_en:/opt/logs"
3232 stt_de :
33- image : botium/botium-speech-kaldi-de:latest
33+ image : botium/botium-speech-kaldi-de:${TAG}
3434 restart : always
3535 volumes :
3636 - " ./logs/stt_de:/opt/logs"
3737 tts :
38- image : botium/botium-speech-marytts:latest
38+ image : botium/botium-speech-marytts:${TAG}
3939 restart : always
4040 dictate :
41- image : botium/botium-speech-dictate:latest
41+ image : botium/botium-speech-dictate:${TAG}
4242 restart : always
You can’t perform that action at this time.
0 commit comments