From 07d166644d68af1e44fc867f04642a8c44c340bc Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:16:04 +0000 Subject: [PATCH] Decommission sliding sync proxy Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- srv/Matrix-Docker-Compose/docker-compose.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/srv/Matrix-Docker-Compose/docker-compose.yml b/srv/Matrix-Docker-Compose/docker-compose.yml index 03c23f5..eb33748 100644 --- a/srv/Matrix-Docker-Compose/docker-compose.yml +++ b/srv/Matrix-Docker-Compose/docker-compose.yml @@ -70,24 +70,6 @@ services: cap_drop: - ALL - syncv3: - image: ghcr.io/matrix-org/sliding-sync:latest - container_name: syncv3 - restart: unless-stopped - env_file: ./syncv3.env - volumes: - - /var/run/postgresql:/var/run/postgresql:ro - group_add: - - "1006" # postgres-socket, https://github.com/docker/compose/issues/7277 - runtime: "runsc-kvm --host-uds=open" - ports: - - "127.0.0.1:8008:8008" - read_only: true - security_opt: - - no-new-privileges:true - cap_drop: - - ALL - glassrom-pantalaimon: image: matrixdotorg/pantalaimon:latest container_name: glassrom-pantalaimon