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
2020-07-06 13:58:25 +02:00

15 lines
273 B
YAML

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