Skip to content

Commit

Permalink
Fixed docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Treml committed Dec 7, 2021
1 parent f471163 commit 118a697
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# BOTIUM_SPEECH_PROVIDER_STT: kaldi
# volumes:
# - "./frontend/resources:/app/resources"
stt_en:
stt-en:
build:
context: stt
dockerfile: Dockerfile.kaldi.en
Expand Down
32 changes: 16 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ services:
BOTIUM_SPEECH_GOOGLE_PRIVATE_KEY:
volumes:
- "./frontend/resources:/app/resources"
# watcher:
# image: botium/botium-speech-watcher:${TAG}
# restart: always
# volumes:
# - "./watcher:/app/watch"
# - "./logs/watcher:/app/logs"
# stt-en:
# image: botium/botium-speech-kaldi-en:${TAG}
# restart: always
# volumes:
# - "./logs/stt-en:/opt/logs"
# stt-de:
# image: botium/botium-speech-kaldi-de:${TAG}
# restart: always
# volumes:
# - "./logs/stt-de:/opt/logs"
watcher:
image: botium/botium-speech-watcher:${TAG}
restart: always
volumes:
- "./watcher:/app/watch"
- "./logs/watcher:/app/logs"
stt-en:
image: botium/botium-speech-kaldi-en:${TAG}
restart: always
volumes:
- "./logs/stt-en:/opt/logs"
stt-de:
image: botium/botium-speech-kaldi-de:${TAG}
restart: always
volumes:
- "./logs/stt-de:/opt/logs"
tts:
image: botium/botium-speech-marytts:${TAG}
restart: always
Expand Down

0 comments on commit 118a697

Please sign in to comment.