docker-compose-manual-binaries add MALLOC_CHECK_ debug possible crashes

This commit is contained in:
Ivan Folgueira Bande 2023-11-06 12:58:30 +01:00 committed by Ivan FB
parent fd1f70610d
commit 03bd17cdb1

View File

@ -27,6 +27,7 @@ x-pg-environment: &pg_env
POSTGRES_USER: *pg_user
POSTGRES_PASSWORD: *pg_pass
PGDATA: /var/lib/postgresql/data/pgdata
MALLOC_CHECK_: 2 # Not directly related to Postgres. Helps debug possible crashes in nwaku node.
x-pg-exporter-env: &pg_exp_env
environment: