diff --git a/docker-compose.yml b/docker-compose.yml index 9fed1ed..a64b227 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env # Services definitions services: nwaku: - image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.27.0} + image: ${NWAKU_IMAGE:-gabrielmer/heaptrack:test} restart: on-failure ports: - 30304:30304/tcp diff --git a/run_node.sh b/run_node.sh index 73417e6..15f6c4d 100644 --- a/run_node.sh +++ b/run_node.sh @@ -59,7 +59,7 @@ if [ -n "${STORAGE_SIZE}" ]; then STORE_RETENTION_POLICY=--store-message-retention-policy=size:"${STORAGE_SIZE}" fi -exec /usr/bin/wakunode\ +exec /heaptrack/build/bin/heaptrack /usr/bin/wakunode\ --relay=true\ --filter=true\ --lightpush=true\