We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa933d commit 979bbfaCopy full SHA for 979bbfa
docker-compose.yml
@@ -25,19 +25,19 @@ services:
25
user: 1000:1000
26
volumes:
27
- "./watcher:/app/watch"
28
- - "./logs/watcher:/app/logs"
+ - logs:/app/logs
29
stt-en:
30
image: botium/botium-speech-kaldi-en:${TAG}
31
restart: always
32
33
34
- - "./logs/stt-en:/opt/logs"
+ - logs:/opt/logs
35
stt-de:
36
image: botium/botium-speech-kaldi-de:${TAG}
37
38
39
40
- - "./logs/stt-de:/opt/logs"
41
tts:
42
image: botium/botium-speech-marytts:${TAG}
43
@@ -46,3 +46,5 @@ services:
46
image: botium/botium-speech-dictate:${TAG}
47
48
49
+volumes:
50
+ logs:
0 commit comments