1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2025-01-20 21:11:43 -05:00

Decommission sliding sync proxy

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2025-01-09 10:16:04 +00:00 committed by GitHub
parent badff8d0c0
commit 07d166644d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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