Skip to content

Commit 979bbfa

Browse files
author
botium-build
committed
Added logs named volume
1 parent afa933d commit 979bbfa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: docker-compose.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ services:
2525
user: 1000:1000
2626
volumes:
2727
- "./watcher:/app/watch"
28-
- "./logs/watcher:/app/logs"
28+
- logs:/app/logs
2929
stt-en:
3030
image: botium/botium-speech-kaldi-en:${TAG}
3131
restart: always
3232
user: 1000:1000
3333
volumes:
34-
- "./logs/stt-en:/opt/logs"
34+
- logs:/opt/logs
3535
stt-de:
3636
image: botium/botium-speech-kaldi-de:${TAG}
3737
restart: always
3838
user: 1000:1000
3939
volumes:
40-
- "./logs/stt-de:/opt/logs"
40+
- logs:/opt/logs
4141
tts:
4242
image: botium/botium-speech-marytts:${TAG}
4343
restart: always
@@ -46,3 +46,5 @@ services:
4646
image: botium/botium-speech-dictate:${TAG}
4747
restart: always
4848
user: 1000:1000
49+
volumes:
50+
logs:

0 commit comments

Comments
 (0)