Indentation

This commit is contained in:
Neil Alexander 2020-05-21 12:43:02 +01:00
parent dd180badf2
commit 52357d725b
2 changed files with 29 additions and 29 deletions

View file

@ -1,17 +1,17 @@
version: "3.4" version: "3.4"
services: services:
monolith: monolith:
hostname: monolith hostname: monolith
image: matrixdotorg/dendrite:monolith image: matrixdotorg/dendrite:monolith
command: [ command: [
"--config=dendrite.yaml", "--config=dendrite.yaml",
"--tls-cert=server.crt", "--tls-cert=server.crt",
"--tls-key=server.key" "--tls-key=server.key"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
networks: networks:
- internal - internal
networks: networks:
internal: internal:

View file

@ -4,11 +4,11 @@ services:
hostname: client_api_proxy hostname: client_api_proxy
image: matrixdotorg/dendrite:clientproxy image: matrixdotorg/dendrite:clientproxy
command: [ command: [
"--bind-address=:8008", "--bind-address=:8008",
"--client-api-server-url=http://client_api:7771", "--client-api-server-url=http://client_api:7771",
"--sync-api-server-url=http://sync_api:7773", "--sync-api-server-url=http://sync_api:7773",
"--media-api-server-url=http://media_api:7774", "--media-api-server-url=http://media_api:7774",
"--public-rooms-api-server-url=http://public_rooms_api:7775" "--public-rooms-api-server-url=http://public_rooms_api:7775"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -26,7 +26,7 @@ services:
hostname: client_api hostname: client_api
image: matrixdotorg/dendrite:clientapi image: matrixdotorg/dendrite:clientapi
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -38,7 +38,7 @@ services:
hostname: media_api hostname: media_api
image: matrixdotorg/dendrite:mediaapi image: matrixdotorg/dendrite:mediaapi
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -49,7 +49,7 @@ services:
hostname: public_rooms_api hostname: public_rooms_api
image: matrixdotorg/dendrite:publicroomsapi image: matrixdotorg/dendrite:publicroomsapi
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -60,7 +60,7 @@ services:
hostname: sync_api hostname: sync_api
image: matrixdotorg/dendrite:syncapi image: matrixdotorg/dendrite:syncapi
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -71,7 +71,7 @@ services:
hostname: room_server hostname: room_server
image: matrixdotorg/dendrite:roomserver image: matrixdotorg/dendrite:roomserver
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -82,7 +82,7 @@ services:
hostname: edu_server hostname: edu_server
image: matrixdotorg/dendrite:eduserver image: matrixdotorg/dendrite:eduserver
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -93,9 +93,9 @@ services:
hostname: federation_api_proxy hostname: federation_api_proxy
image: matrixdotorg/dendrite:federationproxy image: matrixdotorg/dendrite:federationproxy
command: [ command: [
"--bind-address=:8448", "--bind-address=:8448",
"--federation-api-url=http://federation_api_server:7772", "--federation-api-url=http://federation_api_server:7772",
"--media-api-server-url=http://media_api:7774" "--media-api-server-url=http://media_api:7774"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -112,7 +112,7 @@ services:
hostname: federation_api hostname: federation_api
image: matrixdotorg/dendrite:federationapi image: matrixdotorg/dendrite:federationapi
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -123,7 +123,7 @@ services:
hostname: federation_sender hostname: federation_sender
image: matrixdotorg/dendrite:federationsender image: matrixdotorg/dendrite:federationsender
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite
@ -134,7 +134,7 @@ services:
hostname: key_serverde hostname: key_serverde
image: matrixdotorg/dendrite:keyserver image: matrixdotorg/dendrite:keyserver
command: [ command: [
"--config=dendrite.yaml" "--config=dendrite.yaml"
] ]
volumes: volumes:
- ./config:/etc/dendrite - ./config:/etc/dendrite