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

23 lines
822 B
YAML
Raw Normal View History

2022-08-24 23:02:16 +00:00
services:
# Instant Messaging
riot:
build:
context: ./riotweb
args:
2023-11-15 15:39:11 +00:00
# https://github.com/vector-im/element-web/releases
2025-01-17 10:33:23 +00:00
VERSION: v1.11.90
image: superboum/amd64_elementweb:v37
2022-08-24 23:02:16 +00:00
synapse:
build:
context: ./matrix-synapse
args:
2025-01-17 10:33:23 +00:00
# https://github.com/element-hq/synapse/releases
VERSION: v1.122.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
2025-01-17 10:33:23 +00:00
S3_VERSION: bdc46a71aa16bcbcf8ed1b157ca6756ddb0131ef
image: superboum/amd64_synapse:v61