File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ services:
1010 frontend :
1111 image : botium/botium-speech-frontend:${TAG}
1212 restart : always
13+ user : 1000:1000
1314 environment :
1415 BOTIUM_API_TOKENS :
1516 BOTIUM_SPEECH_PROVIDER_TTS : marytts
@@ -21,22 +22,27 @@ services:
2122 watcher :
2223 image : botium/botium-speech-watcher:${TAG}
2324 restart : always
25+ user : 1000:1000
2426 volumes :
2527 - " ./watcher:/app/watch"
2628 - " ./logs/watcher:/app/logs"
2729 stt-en :
2830 image : botium/botium-speech-kaldi-en:${TAG}
2931 restart : always
32+ user : 1000:1000
3033 volumes :
3134 - " ./logs/stt-en:/opt/logs"
3235 stt-de :
3336 image : botium/botium-speech-kaldi-de:${TAG}
3437 restart : always
38+ user : 1000:1000
3539 volumes :
3640 - " ./logs/stt-de:/opt/logs"
3741 tts :
3842 image : botium/botium-speech-marytts:${TAG}
3943 restart : always
44+ user : 1000:1000
4045 dictate :
4146 image : botium/botium-speech-dictate:${TAG}
4247 restart : always
48+ user : 1000:1000
You can’t perform that action at this time.
0 commit comments