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" public_rooms_api: "localhost:7775"
federation_sender: "localhost:7776" federation_sender: "localhost:7776"
appservice_api: "localhost:7777" appservice_api: "localhost:7777"
edu_server: "localhost:7778" edu_server: "localhost:7778"
key_server: "localhost:7779" key_server: "localhost:7779"
# The configuration for tracing the dendrite components. # The configuration for tracing the dendrite components.
tracing: tracing:

View file

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