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"\