Keyserver skeleton (#1032)

* Keyserver skeleton

* Indentation
This commit is contained in:
Neil Alexander 2020-05-14 14:05:14 +01:00 committed by GitHub
parent 9ed68a3125
commit 8adc128225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 177 additions and 0 deletions

View file

@ -153,6 +153,16 @@ services:
- postgres
networks:
- internal
key_server:
container_name: dendrite_key_server
hostname: key_server
entrypoint: ["bash", "./docker/services/key-server.sh"]
build: ./
volumes:
- ..:/build
networks:
- internal
postgres:
container_name: dendrite_postgres

View file

@ -0,0 +1,5 @@
#!/bin/bash
bash ./docker/build.sh
./bin/dendrite-key-server --config dendrite.yaml