mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-09 04:11:33 -05:00
Add syncv3 container
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
ebe74092d6
commit
1f4a83dee2
@ -72,6 +72,24 @@ services:
|
|||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- 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:
|
glassrom-pantalaimon:
|
||||||
image: matrixdotorg/pantalaimon:latest
|
image: matrixdotorg/pantalaimon:latest
|
||||||
container_name: glassrom-pantalaimon
|
container_name: glassrom-pantalaimon
|
||||||
|
Loading…
Reference in New Issue
Block a user