mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Update readme, add .dockerignore
This commit is contained in:
parent
fce080acfa
commit
dd180badf2
3
.dockerignore
Normal file
3
.dockerignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
bin
|
||||
*.wasm
|
||||
.git
|
||||
|
|
@ -28,6 +28,15 @@ runtime config should come from. The mounted folder must contain:
|
|||
- `server.crt` certificate file
|
||||
- `server.key` private key file for the above certificate
|
||||
|
||||
To generate keys:
|
||||
|
||||
```
|
||||
go run github.com/matrix-org/dendrite/cmd/generate-keys \
|
||||
--private-key=matrix_key.pem \
|
||||
--tls-cert=server.crt \
|
||||
--tls-key=server.key
|
||||
```
|
||||
|
||||
## Starting Dendrite
|
||||
|
||||
Once in place, start the dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue