Set postgres runtime to runc

Signed-off-by: Tommy Tran <contact@tommytran.io>
This commit is contained in:
Tommy Tran 2023-06-04 03:36:06 -07:00
parent 06f63c3c9b
commit 15f60065a7
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 10 additions and 0 deletions

View File

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

View File

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