aboutsummaryrefslogtreecommitdiff
path: root/app/docker-compose.yml
blob: 18c121ce02a88c357af7ff56e8182fdd3ba6b577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3.4'
services:

  synapse:
    build: 
      context: ./im/build/matrix-synapse
      args:
        # https://github.com/matrix-org/synapse/releases
        VERSION: 1.49.2
        # 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: 55e1846102e08c3b9686b0426c848d2163d7ba54
    image: lxpz/amd64_synapse:1.49.2-2