forked from Deuxfleurs/infrastructure
15 lines
273 B
YAML
15 lines
273 B
YAML
|
version: '3.4'
|
||
|
services:
|
||
|
riot:
|
||
|
build:
|
||
|
context: ./riotweb
|
||
|
args:
|
||
|
VERSION: 1.6.2
|
||
|
image: superboum/amd64_riotweb:v11
|
||
|
synapse:
|
||
|
build:
|
||
|
context: ./matrix-synapse
|
||
|
args:
|
||
|
VERSION: 1.14.0
|
||
|
image: superboum/amd64_synapse:v29
|