2022-08-24 23:02:16 +00:00
|
|
|
version: '3.4'
|
|
|
|
services:
|
|
|
|
# Instant Messaging
|
|
|
|
riot:
|
|
|
|
build:
|
|
|
|
context: ./riotweb
|
|
|
|
args:
|
2023-11-15 15:39:11 +00:00
|
|
|
# https://github.com/vector-im/element-web/releases
|
2024-09-26 16:58:51 +00:00
|
|
|
VERSION: v1.11.78
|
|
|
|
image: particallydone/amd64_elementweb:v36
|
2022-08-24 23:02:16 +00:00
|
|
|
|
|
|
|
synapse:
|
|
|
|
build:
|
|
|
|
context: ./matrix-synapse
|
|
|
|
args:
|
|
|
|
# https://github.com/matrix-org/synapse/releases
|
2024-09-26 16:58:51 +00:00
|
|
|
VERSION: v1.104.0
|
2022-08-24 23:02:16 +00:00
|
|
|
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
|
|
|
# Update with the latest commit on main each time you update the synapse version
|
|
|
|
# otherwise synapse may fail to launch due to incompatibility issues
|
|
|
|
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
2024-09-26 16:58:51 +00:00
|
|
|
S3_VERSION: 2c46a764f700e6439afa11c00db827ddf21a9e89
|
2024-09-26 17:37:02 +00:00
|
|
|
image: particallydone/amd64_synapse:v60
|