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
Raw Normal View History

2020-06-02 10:26:41 +00:00
version: '3.4'
services:
riot:
build:
context: ./riotweb
args:
2020-07-06 11:58:25 +00:00
VERSION: 1.6.8
image: superboum/amd64_riotweb:v12
2020-06-02 10:26:41 +00:00
synapse:
build:
context: ./matrix-synapse
args:
2020-07-06 11:58:25 +00:00
VERSION: 1.15.2
image: superboum/amd64_synapse:v30