Skip to content

Commit 118a697

Browse files
author
Florian Treml
committed
Fixed docker-compose
1 parent f471163 commit 118a697

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# BOTIUM_SPEECH_PROVIDER_STT: kaldi
2222
# volumes:
2323
# - "./frontend/resources:/app/resources"
24-
stt_en:
24+
stt-en:
2525
build:
2626
context: stt
2727
dockerfile: Dockerfile.kaldi.en

docker-compose.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ services:
1818
BOTIUM_SPEECH_GOOGLE_PRIVATE_KEY:
1919
volumes:
2020
- "./frontend/resources:/app/resources"
21-
# watcher:
22-
# image: botium/botium-speech-watcher:${TAG}
23-
# restart: always
24-
# volumes:
25-
# - "./watcher:/app/watch"
26-
# - "./logs/watcher:/app/logs"
27-
# stt-en:
28-
# image: botium/botium-speech-kaldi-en:${TAG}
29-
# restart: always
30-
# volumes:
31-
# - "./logs/stt-en:/opt/logs"
32-
# stt-de:
33-
# image: botium/botium-speech-kaldi-de:${TAG}
34-
# restart: always
35-
# volumes:
36-
# - "./logs/stt-de:/opt/logs"
21+
watcher:
22+
image: botium/botium-speech-watcher:${TAG}
23+
restart: always
24+
volumes:
25+
- "./watcher:/app/watch"
26+
- "./logs/watcher:/app/logs"
27+
stt-en:
28+
image: botium/botium-speech-kaldi-en:${TAG}
29+
restart: always
30+
volumes:
31+
- "./logs/stt-en:/opt/logs"
32+
stt-de:
33+
image: botium/botium-speech-kaldi-de:${TAG}
34+
restart: always
35+
volumes:
36+
- "./logs/stt-de:/opt/logs"
3737
tts:
3838
image: botium/botium-speech-marytts:${TAG}
3939
restart: always

0 commit comments

Comments
 (0)