This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/docker-compose.yml

15 lines
273 B
YAML

version: '3.4'
services:
riot:
build:
context: ./riotweb
args:
VERSION: 1.6.2
image: superboum/amd64_riotweb:v11
synapse:
build:
context: ./matrix-synapse
args:
VERSION: 1.14.0
image: superboum/amd64_synapse:v29