nixcfg/app/docker-compose.yml

17 lines
637 B
YAML
Raw Normal View History

2022-01-10 20:36:27 +00:00
version: '3.4'
services:
synapse:
build:
context: ./im/build/matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
VERSION: 1.48.0
# 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
S3_VERSION: 41f5bf83485c61efb61c9e77f5e93cbeb969f517
image: lxpz/amd64_synapse:test7