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

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-08-20 08:01:44 +00:00
VERSION: 1.7.4
image: superboum/amd64_riotweb:v14
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-08-20 08:01:44 +00:00
VERSION: 1.19.0
image: superboum/amd64_synapse:v32
sogo:
build:
context: ./sogo
args:
# fake for now
VERSION: 5.0.0
image: superboum/amd64_sogo:v7