From 2e8923b383eb06c53261eee8e5c442b857fb67e4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 24 Aug 2022 15:42:47 +0200 Subject: Move app files into cluster subdirectories; add prod garage --- app/docker-compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/docker-compose.yml (limited to 'app/docker-compose.yml') diff --git a/app/docker-compose.yml b/app/docker-compose.yml deleted file mode 100644 index 812c148..0000000 --- a/app/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: '3.4' -services: - - synapse: - build: - context: ./im/build/matrix-synapse - args: - # https://github.com/matrix-org/synapse/releases - VERSION: 1.49.2 - # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main - # Update with the latest commit on main each time you update the synapse version - # otherwise synapse may fail to launch due to incompatibility issues - # see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64 - S3_VERSION: 8926b4e4178edcda1a32fdb39bd36cef1a1a9d40 - image: lxpz/amd64_synapse:1.49.2-4 - -- cgit v1.2.3