diff options
Diffstat (limited to 'docker/docker-compose.yml')
-rw-r--r-- | docker/docker-compose.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml new file mode 100644 index 0000000..6f351ec --- /dev/null +++ b/docker/docker-compose.yml @@ -0,0 +1,14 @@ +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 |