mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Indentation
This commit is contained in:
parent
f9c19b51bd
commit
0980999fdf
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue