Indentation

This commit is contained in:
Neil Alexander 2020-05-14 13:37:14 +01:00
parent f9c19b51bd
commit 0980999fdf
2 changed files with 12 additions and 12 deletions

View file

@ -136,8 +136,8 @@ listen:
public_rooms_api: "localhost:7775"
federation_sender: "localhost:7776"
appservice_api: "localhost:7777"
edu_server: "localhost:7778"
key_server: "localhost:7779"
edu_server: "localhost:7778"
key_server: "localhost:7779"
# The configuration for tracing the dendrite components.
tracing:

View file

@ -152,17 +152,17 @@ services:
depends_on:
- postgres
networks:
- internal
- internal
key_server:
container_name: dendrite_key_server
hostname: key_server
entrypoint: ["bash", "./docker/services/key-server.sh"]
build: ./
volumes:
- ..:/build
networks:
- internal
container_name: dendrite_key_server
hostname: key_server
entrypoint: ["bash", "./docker/services/key-server.sh"]
build: ./
volumes:
- ..:/build
networks:
- internal
postgres:
container_name: dendrite_postgres