mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Compare commits
No commits in common. "728e7362dd525c39e8cb56a119101fed3c00427f" and "06f63c3c9b57d9d57392a48969c8db393f7c552c" have entirely different histories.
728e7362dd
...
06f63c3c9b
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
@ -31,8 +31,6 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
|
|
||||||
runtime: runc
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/postgres-15:alpine
|
image: docker.io/postgres-15:alpine
|
||||||
@ -60,8 +58,6 @@ services:
|
|||||||
#tmpfs:
|
#tmpfs:
|
||||||
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
|
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
|
||||||
shm_size: 1g
|
shm_size: 1g
|
||||||
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
|
|
||||||
runtime: runc
|
|
||||||
|
|
||||||
element:
|
element:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user