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

Synapse: 1.26 -> 1.29 upgrade

parent b2a9859a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
# psql -U synapse -d synapse < /var/lib/postgresql/data/dump.sql # psql -U synapse -d synapse < /var/lib/postgresql/data/dump.sql
db: db:
image: postgres:13.2 image: postgres:13.2
restart: always restart: always
volumes: volumes:
...@@ -20,11 +20,11 @@ services: ...@@ -20,11 +20,11 @@ services:
POSTGRES_PASSWORD: "{{ postgres_user_pass }}" POSTGRES_PASSWORD: "{{ postgres_user_pass }}"
POSTGRES_INITDB_ARGS: --encoding=UTF-8 --lc-collate=C --lc-ctype=C POSTGRES_INITDB_ARGS: --encoding=UTF-8 --lc-collate=C --lc-ctype=C
networks: networks:
- default - default
synapse: synapse:
image: matrixdotorg/synapse:v1.26.0 image: matrixdotorg/synapse:v1.29.0
restart: always restart: always
cpu_count: "1" cpu_count: "1"
cpuset: "0" cpuset: "0"
...@@ -49,9 +49,9 @@ services: ...@@ -49,9 +49,9 @@ services:
- traefik.http.routers.matrix_federation.service=matrix_federation - traefik.http.routers.matrix_federation.service=matrix_federation
- traefik.http.services.matrix_federation.loadbalancer.server.port=8448 - traefik.http.services.matrix_federation.loadbalancer.server.port=8448
networks: networks:
- default - default
- mail - mail
- web - web
ma1sd: ma1sd:
...@@ -66,11 +66,11 @@ services: ...@@ -66,11 +66,11 @@ services:
- traefik.http.routers.{{ servicename }}-ma1sd.entrypoints=websecure - traefik.http.routers.{{ servicename }}-ma1sd.entrypoints=websecure
- traefik.http.services.{{ servicename }}-ma1sd.loadbalancer.server.port=8090 - traefik.http.services.{{ servicename }}-ma1sd.loadbalancer.server.port=8090
networks: networks:
- default - default
- web - web
networks: networks:
mail: mail:
external: true external: true
web: web:
external: true external: 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