mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-12-21 07:11:33 -05:00
Implement Honoroit support bot
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
2ffd236906
commit
b7f2318596
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user