Skip to content

Commit fe594f8

Browse files
author
Florian Treml
committed
docker-compose
1 parent 570097c commit fe594f8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docker-compose-dev.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ services:
1414
restart: always
1515
volumes:
1616
- "./frontend/resources:/app/resources"
17-
# watcher:
18-
# build:
19-
# context: watcher
20-
# image: botium/botium-speech-watcher:develop
21-
# restart: always
22-
# volumes:
23-
# - "./watcher:/app/watch"
24-
# - "./logs/watcher:/app/logs"
17+
watcher:
18+
build:
19+
context: watcher
20+
image: botium/botium-speech-watcher:develop
21+
restart: always
22+
volumes:
23+
- "./watcher:/app/watch"
24+
- "./logs/watcher:/app/logs"
2525
stt_en:
2626
build:
2727
context: stt
@@ -38,12 +38,12 @@ services:
3838
restart: always
3939
volumes:
4040
- "./logs/stt_de:/opt/logs"
41-
# tts:
42-
# build:
43-
# context: tts
44-
# dockerfile: Dockerfile.marytts
45-
# image: botium/botium-speech-marytts:develop
46-
# restart: always
41+
tts:
42+
build:
43+
context: tts
44+
dockerfile: Dockerfile.marytts
45+
image: botium/botium-speech-marytts:develop
46+
restart: always
4747
dictate:
4848
build:
4949
context: dictate

0 commit comments

Comments
 (0)