1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-19 06:04:43 -04:00

Add syncv3 container

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2023-10-07 11:58:31 +00:00 committed by GitHub
parent ebe74092d6
commit 1f4a83dee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,24 @@ 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