1 files changed, 12 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 25f2e13237..27041ea57c 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -488,6 +488,12 @@ pusher_instances:
- pusher_worker2
```
+An example for a pusher instance:
+
+```yaml
+{{#include systemd-with-workers/workers/pusher_worker.yaml}}
+```
+
### `synapse.app.appservice`
@@ -518,6 +524,12 @@ federation_sender_instances:
- federation_sender2
```
+An example for a federation sender instance:
+
+```yaml
+{{#include systemd-with-workers/workers/federation_sender.yaml}}
+```
+
### `synapse.app.media_repository`
Handles the media repository. It can handle all endpoints starting with:
|