Skip to content

Commit 4a297f8

Browse files
authored
Fixes for running Synapse in worker mode. (#116)
Use a more consistent configuration and Dockerfile with monolith mode.
1 parent 04a2e63 commit 4a297f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dockerfiles/SynapseWorkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN pg_ctlcluster 11 main start && su postgres -c "echo \
2525
# and the disabling of rate-limiting
2626
COPY synapse/workers-shared.yaml /conf/workers/shared.yaml
2727

28-
WORKDIR /root
28+
WORKDIR /data
2929

3030
# Copy the caddy config
3131
COPY synapse/caddy.complement.json /root/caddy.json

dockerfiles/synapse/workers-shared.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ federation_rr_transactions_per_room_per_second: 9999
6464
experimental_features:
6565
# Enable knocking support
6666
msc2403_enabled: true
67+
# Enable spaces support
68+
spaces_enabled: true

0 commit comments

Comments
 (0)