diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-02 12:26:41 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-02 12:26:41 +0200 |
commit | d13352910d3c352d07d7e482bc87227ce88bdb22 (patch) | |
tree | 0c7c07a1f9e8a03f54dd58c1ebf8c05693234757 /docker/docker-compose.yml | |
parent | a2e1f61cf8b70f0e63fc6f8eddbbcf0477263f8f (diff) | |
download | infrastructure-d13352910d3c352d07d7e482bc87227ce88bdb22.tar.gz infrastructure-d13352910d3c352d07d7e482bc87227ce88bdb22.zip |
Add upgrade documentation
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 |