User API polylith component (#1151)

* User API polylith component

* Add docker-pull.sh
This commit is contained in:
Neil Alexander 2020-06-19 09:37:19 +01:00 committed by GitHub
parent 9e3d771a32
commit 72444e4a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 45 additions and 2 deletions

View file

@ -329,3 +329,13 @@ finished).
```bash
./bin/dendrite-key-server --config dendrite.yaml
```
### User server
This manages user accounts, device access tokens and user account data,
amongst other things.
```bash
./bin/dendrite-user-api-server --config dendrite.yaml
```