Skip to content
Snippets Groups Projects
Commit e0cc8c3b authored by Jens Sandmann's avatar Jens Sandmann
Browse files

Upgrade matrix to 1.34, postgres to 13.3, enabled spaces

parent bc20d1ac
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
db: db:
image: postgres:13.2 image: postgres:13.3
restart: always restart: always
volumes: volumes:
- /srv/matrix/db:/var/lib/postgresql/data - /srv/matrix/db:/var/lib/postgresql/data
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
synapse: synapse:
image: matrixdotorg/synapse:v1.30.1 image: matrixdotorg/synapse:v1.34.0
restart: always restart: always
cpu_count: "1" cpu_count: "1"
cpuset: "0" cpuset: "0"
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
- ma1sd - ma1sd
volumes: volumes:
- /srv/matrix/synapse-data/:/data - /srv/matrix/synapse-data/:/data
# Python version can be found in the dockerfile: https://hub.docker.com/r/matrixdotorg/synapse/dockerfile # Python version can be found in the dockerfile: https://github.com/matrix-org/synapse/blob/develop/docker/Dockerfile check for tag to get the correct version
- /srv/matrix/rest_auth_provider.py:/usr/local/lib/python3.8/site-packages/rest_auth_provider.py - /srv/matrix/rest_auth_provider.py:/usr/local/lib/python3.8/site-packages/rest_auth_provider.py
environment: environment:
SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml" SYNAPSE_CONFIG_PATH: "/data/homeserver.yaml"
......
...@@ -111,3 +111,7 @@ enable_group_creation: false ...@@ -111,3 +111,7 @@ enable_group_creation: false
user_directory: user_directory:
enabled: true enabled: true
search_all_users: false search_all_users: false
# new in 1.34 spaces
experimental_features: { spaces_enabled: true }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment