From 52357d725b322a498fbd6057f40019533180ce8d Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 21 May 2020 12:43:02 +0100 Subject: [PATCH] Indentation --- docker/hub/docker-compose.monolith.yml | 24 +++++++++--------- docker/hub/docker-compose.polylith.yml | 34 +++++++++++++------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docker/hub/docker-compose.monolith.yml b/docker/hub/docker-compose.monolith.yml index b28583963..336a43984 100644 --- a/docker/hub/docker-compose.monolith.yml +++ b/docker/hub/docker-compose.monolith.yml @@ -1,17 +1,17 @@ version: "3.4" services: - monolith: - hostname: monolith - image: matrixdotorg/dendrite:monolith - command: [ - "--config=dendrite.yaml", - "--tls-cert=server.crt", - "--tls-key=server.key" - ] - volumes: - - ./config:/etc/dendrite - networks: - - internal + monolith: + hostname: monolith + image: matrixdotorg/dendrite:monolith + command: [ + "--config=dendrite.yaml", + "--tls-cert=server.crt", + "--tls-key=server.key" + ] + volumes: + - ./config:/etc/dendrite + networks: + - internal networks: internal: diff --git a/docker/hub/docker-compose.polylith.yml b/docker/hub/docker-compose.polylith.yml index 159dba954..f39670788 100644 --- a/docker/hub/docker-compose.polylith.yml +++ b/docker/hub/docker-compose.polylith.yml @@ -4,11 +4,11 @@ services: hostname: client_api_proxy image: matrixdotorg/dendrite:clientproxy command: [ - "--bind-address=:8008", - "--client-api-server-url=http://client_api:7771", - "--sync-api-server-url=http://sync_api:7773", - "--media-api-server-url=http://media_api:7774", - "--public-rooms-api-server-url=http://public_rooms_api:7775" + "--bind-address=:8008", + "--client-api-server-url=http://client_api:7771", + "--sync-api-server-url=http://sync_api:7773", + "--media-api-server-url=http://media_api:7774", + "--public-rooms-api-server-url=http://public_rooms_api:7775" ] volumes: - ./config:/etc/dendrite @@ -26,7 +26,7 @@ services: hostname: client_api image: matrixdotorg/dendrite:clientapi command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -38,7 +38,7 @@ services: hostname: media_api image: matrixdotorg/dendrite:mediaapi command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -49,7 +49,7 @@ services: hostname: public_rooms_api image: matrixdotorg/dendrite:publicroomsapi command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -60,7 +60,7 @@ services: hostname: sync_api image: matrixdotorg/dendrite:syncapi command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -71,7 +71,7 @@ services: hostname: room_server image: matrixdotorg/dendrite:roomserver command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -82,7 +82,7 @@ services: hostname: edu_server image: matrixdotorg/dendrite:eduserver command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -93,9 +93,9 @@ services: hostname: federation_api_proxy image: matrixdotorg/dendrite:federationproxy command: [ - "--bind-address=:8448", - "--federation-api-url=http://federation_api_server:7772", - "--media-api-server-url=http://media_api:7774" + "--bind-address=:8448", + "--federation-api-url=http://federation_api_server:7772", + "--media-api-server-url=http://media_api:7774" ] volumes: - ./config:/etc/dendrite @@ -112,7 +112,7 @@ services: hostname: federation_api image: matrixdotorg/dendrite:federationapi command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -123,7 +123,7 @@ services: hostname: federation_sender image: matrixdotorg/dendrite:federationsender command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite @@ -134,7 +134,7 @@ services: hostname: key_serverde image: matrixdotorg/dendrite:keyserver command: [ - "--config=dendrite.yaml" + "--config=dendrite.yaml" ] volumes: - ./config:/etc/dendrite