Skip to content

Commit 4c67d20

Browse files
authored
link to element-docker-demo from contrib/docker* (#17953)
1 parent 80e39fd commit 4c67d20

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Diff for: changelog.d/17953.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Link to element-docker-demo from contrib/docker*.

Diff for: contrib/docker/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ docker-compose up -d
3030
### More information
3131

3232
For more information on required environment variables and mounts, see the main docker documentation at [/docker/README.md](../../docker/README.md)
33+
34+
**For a more comprehensive Docker Compose example showcasing a full Matrix 2.0 stack, please see
35+
https://github.com/element-hq/element-docker-demo**

Diff for: contrib/docker_compose_workers/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ All examples and snippets assume that your Synapse service is called `synapse` i
88

99
An example Docker Compose file can be found [here](docker-compose.yaml).
1010

11+
**For a more comprehensive Docker Compose example, showcasing a full Matrix 2.0 stack (originally based on this
12+
docker-compose.yaml), please see https://github.com/element-hq/element-docker-demo**
13+
1114
## Worker Service Examples in Docker Compose
1215

1316
In order to start the Synapse container as a worker, you must specify an `entrypoint` that loads both the `homeserver.yaml` and the configuration for the worker (`synapse-generic-worker-1.yaml` in the example below). You must also include the worker type in the environment variable `SYNAPSE_WORKER` or alternatively pass `-m synapse.app.generic_worker` as part of the `entrypoint` after `"/start.py", "run"`).

0 commit comments

Comments
 (0)