mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +00:00
docker-compose increase pg shared memory to 1 gb (#119)
This commit is contained in:
parent
0d83db25fc
commit
2d5e689d09
@ -112,6 +112,7 @@ services:
|
||||
# and the store-message-db-url is set to use Postgres
|
||||
image: postgres:15.4-alpine3.18
|
||||
restart: on-failure:5
|
||||
shm_size: '1g' # Set shared memory size to 1 GB
|
||||
environment:
|
||||
<<: *pg_env
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user