Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy Tran 728e7362dd
Make synapse use runc runtime
Signed-off-by: Tommy Tran <contact@tommytran.io>
2023-06-04 06:08:04 -07:00
Tommy Tran 15f60065a7
Set postgres runtime to runc
Signed-off-by: Tommy Tran <contact@tommytran.io>
2023-06-04 03:36:06 -07:00
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@ -31,6 +31,8 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
runtime: runc
postgres:
image: docker.io/postgres-15:alpine
@ -58,6 +60,8 @@ services:
#tmpfs:
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
shm_size: 1g
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
runtime: runc
element:
image: vectorim/element-web:latest