Add typingserver service to docker-compose (#692)

Signed-off-by: Víctor Cuadrado Juan <me@viccuad.me>
This commit is contained in:
Victor Cuadrado Juan 2019-08-09 12:30:38 +02:00 committed by Andrew Morgan
parent aa0d22bf50
commit 386cc975f0
4 changed files with 17 additions and 1 deletions

View file

@ -58,7 +58,7 @@ docker-compose up kafka zookeeper postgres
and the following dendrite components
```
docker-compose up client_api media_api sync_api room_server public_rooms_api
docker-compose up client_api media_api sync_api room_server public_rooms_api typing_server
docker-compose up client_api_proxy
```