nixcfg/cluster/prod/app/matrix/build/docker-compose.yml

24 lines
828 B
YAML
Raw Normal View History

2022-08-24 23:02:16 +00:00
version: '3.4'
services:
# Instant Messaging
riot:
build:
context: ./riotweb
args:
# https://github.com/vector-im/riot-web/releases
2022-10-28 07:45:00 +00:00
VERSION: 1.11.12
image: superboum/amd64_riotweb:v32
2022-08-24 23:02:16 +00:00
synapse:
build:
context: ./matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
2022-10-28 07:45:00 +00:00
VERSION: 1.70.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
2022-10-28 07:45:00 +00:00
S3_VERSION: 40c6a5599b2d8176318003f84b167ea545cebba3
image: superboum/amd64_synapse:v55