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

@ -95,6 +95,16 @@ services:
networks:
- internal
typing_server:
container_name: dendrite_typing_server
hostname: typing_server
entrypoint: ["bash", "./docker/services/typing-server.sh"]
build: ./
volumes:
- ..:/build
networks:
- internal
federation_api_proxy:
container_name: dendrite_federation_api_proxy
hostname: federation_api_proxy