aboutsummaryrefslogtreecommitdiff
path: root/docker/docker-compose.yml
blob: f305d40d0a0def1869c6d4d7495e26d1f657bac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.4'
services:
  riot:
    build:
      context: ./riotweb
      args:
        VERSION: 1.6.8
    image: superboum/amd64_riotweb:v12
  synapse:
    build: 
      context: ./matrix-synapse
      args:
        VERSION: 1.15.2
    image: superboum/amd64_synapse:v30