1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-16 12:44:42 -04:00

Implement Honoroit support bot

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2024-02-12 04:40:48 +00:00 committed by GitHub
parent 2ffd236906
commit b7f2318596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,3 @@
version: '3'
services:
element:
@ -120,6 +118,22 @@ services:
cap_drop:
- ALL
honoroit-hssupport:
image: registry.gitlab.com/etke.cc/honoroit:latest
container_name: honoroit-hssupport
restart: unless-stopped
env_file: ./honoroit-hssupport.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"
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
networks:
element:
matrix-to: