From f269a8ed2695ef1cdc763891dc651093820f2fe3 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:44:21 +0100 Subject: [PATCH] chore: Upgrade nwaku image to v0.26.0 (#74) --- docker-compose.yml | 2 +- run_node.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 35d4cd3..14a734f 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.25.0} + image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.26.0} restart: on-failure ports: - 30304:30304/tcp diff --git a/run_node.sh b/run_node.sh index f5555e1..bd05181 100644 --- a/run_node.sh +++ b/run_node.sh @@ -84,6 +84,7 @@ exec /usr/bin/wakunode\ --rest-admin=true\ --rest-address=0.0.0.0\ --rest-port=8645\ + --rest-allow-origin="waku-org.github.io"\ --nat=extip:"${MY_EXT_IP}"\ --store=true\ --store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\