mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 06:12:45 +00:00
Update Docker (#1542)
* Separate Docker images, rather than tags * Allow specifying tag to build/push/pull * Include goose in Docker builds
This commit is contained in:
parent
a71360d099
commit
92982a402f
6 changed files with 62 additions and 94 deletions
|
@ -2,7 +2,7 @@ version: "3.4"
|
|||
services:
|
||||
monolith:
|
||||
hostname: monolith
|
||||
image: matrixdotorg/dendrite:monolith
|
||||
image: matrixdotorg/dendrite-monolith:latest
|
||||
command: [
|
||||
"--config=dendrite.yaml",
|
||||
"--tls-cert=server.crt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue