container-server/services/matrix/docker-compose.yml

48 lines
1.3 KiB
YAML
Raw Normal View History

2019-11-10 23:46:12 +01:00
version: '3.7'
# https://github.com/element-hq/synapse/pkgs/container/synapse
# https://github.com/element-hq/synapse/tree/master/docs
# https://github.com/element-hq/synapse/tree/master/contrib/docker
# https://github.com/element-hq/synapse/blob/master/docs/reverse_proxy.md
# https://github.com/element-hq/synapse/blob/master/docs/federate.md
# https://github.com/element-hq/synapse/blob/master/docs/postgres.md
# https://github.com/element-hq/synapse/blob/master/debian/register_new_matrix_user.ronn
2019-11-10 23:46:12 +01:00
networks:
matrix:
services:
matrix:
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.113.0 (#61) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://github.com/element-hq/synapse)) | minor | `v1.112.0` -> `v1.113.0` | --- ### Release Notes <details> <summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary> ### [`v1.113.0`](https://github.com/element-hq/synapse/releases/tag/v1.113.0) [Compare Source](https://github.com/element-hq/synapse/compare/v1.112.0...v1.113.0) ### Synapse 1.113.0 (2024-08-13) No significant changes since 1.113.0rc1. ### Synapse 1.113.0rc1 (2024-08-06) ##### Features - Track which rooms have been sent to clients in the experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([#&#8203;17447](https://github.com/element-hq/synapse/issues/17447)) - Add Account Data extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([#&#8203;17477](https://github.com/element-hq/synapse/issues/17477)) - Add receipts extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([#&#8203;17489](https://github.com/element-hq/synapse/issues/17489)) - Add typing notification extension support to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([#&#8203;17505](https://github.com/element-hq/synapse/issues/17505)) ##### Bugfixes - Update experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint to handle invite/knock rooms when filtering. ([#&#8203;17450](https://github.com/element-hq/synapse/issues/17450)) - Fix a bug introduced in v1.110.0 which caused `/keys/query` to return incomplete results, leading to high network activity and CPU usage on Matrix clients. ([#&#8203;17499](https://github.com/element-hq/synapse/issues/17499)) ##### Improved Documentation - Update the [`allowed_local_3pids`](https://element-hq.github.io/synapse/v1.112/usage/configuration/config_documentation.html#allowed_local\_3pids) config option's msisdn address to a working example. ([#&#8203;17476](https://github.com/element-hq/synapse/issues/17476)) ##### Internal Changes - Change sliding sync to use their own token format in preparation for storing per-connection state. ([#&#8203;17452](https://github.com/element-hq/synapse/issues/17452)) - Ensure we don't send down negative `bump_stamp` in experimental sliding sync endpoint. ([#&#8203;17478](https://github.com/element-hq/synapse/issues/17478)) - Do not send down empty room entries down experimental sliding sync endpoint. ([#&#8203;17479](https://github.com/element-hq/synapse/issues/17479)) - Refactor Sliding Sync tests to better utilize the `SlidingSyncBase`. ([#&#8203;17481](https://github.com/element-hq/synapse/issues/17481), [#&#8203;17482](https://github.com/element-hq/synapse/issues/17482)) - Add some opentracing tags and logging to the experimental sliding sync implementation. ([#&#8203;17501](https://github.com/element-hq/synapse/issues/17501)) - Split and move Sliding Sync tests so we have some more sane test file sizes. ([#&#8203;17504](https://github.com/element-hq/synapse/issues/17504)) - Update the `limited` field description in the Sliding Sync response to accurately describe what it actually represents. ([#&#8203;17507](https://github.com/element-hq/synapse/issues/17507)) - Easier to understand `timeline` assertions in Sliding Sync tests. ([#&#8203;17511](https://github.com/element-hq/synapse/issues/17511)) - Reset the sliding sync connection if we don't recognize the per-connection state position. ([#&#8203;17529](https://github.com/element-hq/synapse/issues/17529)) ##### Updates to locked dependencies - Bump bcrypt from 4.1.3 to 4.2.0. ([#&#8203;17495](https://github.com/element-hq/synapse/issues/17495)) - Bump black from 24.4.2 to 24.8.0. ([#&#8203;17522](https://github.com/element-hq/synapse/issues/17522)) - Bump phonenumbers from 8.13.39 to 8.13.42. ([#&#8203;17521](https://github.com/element-hq/synapse/issues/17521)) - Bump ruff from 0.5.4 to 0.5.5. ([#&#8203;17494](https://github.com/element-hq/synapse/issues/17494)) - Bump serde_json from 1.0.120 to 1.0.121. ([#&#8203;17493](https://github.com/element-hq/synapse/issues/17493)) - Bump serde_json from 1.0.121 to 1.0.122. ([#&#8203;17525](https://github.com/element-hq/synapse/issues/17525)) - Bump towncrier from 23.11.0 to 24.7.1. ([#&#8203;17523](https://github.com/element-hq/synapse/issues/17523)) - Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722. ([#&#8203;17496](https://github.com/element-hq/synapse/issues/17496)) - Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726. ([#&#8203;17497](https://github.com/element-hq/synapse/issues/17497)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://git.csprung.de/csp/container-server/pulls/61 Co-authored-by: Renovate Bot <renovate@git.csprung.de> Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-08-16 22:59:29 +02:00
image: ghcr.io/element-hq/synapse:v1.113.0
2019-11-10 23:46:12 +01:00
container_name: matrix
2019-12-04 22:00:35 +01:00
restart: "${RESTART:-no}"
2019-12-05 22:37:25 +01:00
hostname: matrix
domainname: ${BASE_DOMAIN}
2019-11-10 23:46:12 +01:00
environment:
- SYNAPSE_CONFIG_DIR=/config
- TZ=DE
- UID=0
- GID=0
volumes:
- ./matrix/config:/config:ro
2019-12-25 15:48:01 +01:00
- ${BASE_DIR:-/srv}/matrix/data:/data
2019-11-10 23:46:12 +01:00
depends_on:
- pg-matrix
networks:
- proxy
- matrix
pg-matrix:
image: postgres:16-alpine
2019-11-10 23:46:12 +01:00
container_name: pg-matrix
2019-12-04 22:00:35 +01:00
restart: "${RESTART:-no}"
2019-11-10 23:46:12 +01:00
environment:
- POSTGRES_DB=matrix
- POSTGRES_USER=matrix
2019-11-10 23:46:12 +01:00
- POSTGRES_PASSWORD=${MATRIX_PG_PWD:-matrix}
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
2019-11-10 23:46:12 +01:00
volumes:
2019-12-25 15:48:01 +01:00
- ${BASE_DIR:-/srv}/matrix/psql:/var/lib/postgresql/data
2019-11-10 23:46:12 +01:00
networks:
- matrix