infrastructure/docker/docker-compose.yml

17 lines
387 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-16 07:04:32 +00:00
# https://github.com/vector-im/riot-web/releases
VERSION: 1.7.0
image: superboum/amd64_riotweb:v13
2020-06-02 10:26:41 +00:00
synapse:
build:
context: ./matrix-synapse
args:
2020-07-16 07:04:32 +00:00
# https://github.com/matrix-org/synapse/releases
VERSION: 1.17.0
image: superboum/amd64_synapse:v31