File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ services:
1414 restart : always
1515 volumes :
1616 - " ./frontend/resources:/app/resources"
17- # watcher:
18- # build:
19- # context: watcher
20- # image: botium/botium-speech-watcher:develop
21- # restart: always
22- # volumes:
23- # - "./watcher:/app/watch"
24- # - "./logs/watcher:/app/logs"
17+ watcher :
18+ build :
19+ context : watcher
20+ image : botium/botium-speech-watcher:develop
21+ restart : always
22+ volumes :
23+ - " ./watcher:/app/watch"
24+ - " ./logs/watcher:/app/logs"
2525 stt_en :
2626 build :
2727 context : stt
@@ -38,12 +38,12 @@ services:
3838 restart : always
3939 volumes :
4040 - " ./logs/stt_de:/opt/logs"
41- # tts:
42- # build:
43- # context: tts
44- # dockerfile: Dockerfile.marytts
45- # image: botium/botium-speech-marytts:develop
46- # restart: always
41+ tts :
42+ build :
43+ context : tts
44+ dockerfile : Dockerfile.marytts
45+ image : botium/botium-speech-marytts:develop
46+ restart : always
4747 dictate :
4848 build :
4949 context : dictate
You can’t perform that action at this time.
0 commit comments