infrastructure/docker/docker-compose.yml

25 lines
522 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
2020-09-07 12:31:05 +00:00
VERSION: 1.7.5
image: superboum/amd64_riotweb:v15
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
2020-09-07 12:31:05 +00:00
VERSION: 1.19.1
image: superboum/amd64_synapse:v33
2020-08-20 08:01:44 +00:00
sogo:
build:
context: ./sogo
args:
# fake for now
VERSION: 5.0.0
image: superboum/amd64_sogo:v7