diff options
author | Ashley Nelson <amn@fantashley.com> | 2020-06-20 15:28:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 21:28:30 +0100 |
commit | 61e0482fef7aa34c0261e41fd90aa5c5e4890bfc (patch) | |
tree | 83ef7ac4a8707bcaf018198367484c877d8069d2 /build/docker/config | |
parent | 7f26b0cd13534ba235c2bf0a7220d3462ca8e9da (diff) |
Add appservices component to docker scripts (#1153)
Signed-off-by: Ashley Nelson <amn@fantashley.com>
Diffstat (limited to 'build/docker/config')
-rw-r--r-- | build/docker/config/dendrite-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/docker/config/dendrite-config.yaml b/build/docker/config/dendrite-config.yaml index f421b2e7..53d9f7b0 100644 --- a/build/docker/config/dendrite-config.yaml +++ b/build/docker/config/dendrite-config.yaml @@ -118,6 +118,7 @@ listen: edu_server: "edu_server:7777" key_server: "key_server:7779" user_api: "user_api:7780" + appservice_api: "appservice_api:7781" # The configuration for tracing the dendrite components. tracing: |