Skip to content

Commit

Permalink
Added logs named volume
Browse files Browse the repository at this point in the history
  • Loading branch information
botium-build committed Feb 28, 2022
1 parent afa933d commit 979bbfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ services:
user: 1000:1000
volumes:
- "./watcher:/app/watch"
- "./logs/watcher:/app/logs"
- logs:/app/logs
stt-en:
image: botium/botium-speech-kaldi-en:${TAG}
restart: always
user: 1000:1000
volumes:
- "./logs/stt-en:/opt/logs"
- logs:/opt/logs
stt-de:
image: botium/botium-speech-kaldi-de:${TAG}
restart: always
user: 1000:1000
volumes:
- "./logs/stt-de:/opt/logs"
- logs:/opt/logs
tts:
image: botium/botium-speech-marytts:${TAG}
restart: always
Expand All @@ -46,3 +46,5 @@ services:
image: botium/botium-speech-dictate:${TAG}
restart: always
user: 1000:1000
volumes:
logs:

0 comments on commit 979bbfa

Please sign in to comment.