Pin postgres version and increase shm size

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-18 04:39:33 -05:00
parent 1d762de261
commit 119d59569d
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -32,7 +32,7 @@ services:
- ALL
postgres:
image: docker.io/postgres:alpine
image: docker.io/postgres-15:alpine
restart: unless-stopped
container_name: postgres
# Change that password, of course!
@ -52,6 +52,7 @@ services:
# - ALL
#tmpfs:
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
shm_size: 1g
element:
image: vectorim/element-web:latest