diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
commit | 2e8923b383eb06c53261eee8e5c442b857fb67e4 (patch) | |
tree | 0ad148f75f7b54dfed2dbac8f43f6df9badc502a /app/docker-compose.yml | |
parent | 9848f3090f77363a2fda0f9fa673ebcf1fb8228c (diff) | |
download | nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.tar.gz nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.zip |
Move app files into cluster subdirectories; add prod garage
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 - |