blob: f305d40d0a0def1869c6d4d7495e26d1f657bac7 (
plain) (
tree)
|
|
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
|