chore: Upgrade nwaku image to v0.26.0 (#74)

This commit is contained in:
NagyZoltanPeter 2024-03-12 09:44:21 +01:00 committed by GitHub
parent 702da8f472
commit f269a8ed26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env
# Services definitions # Services definitions
services: services:
nwaku: 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 restart: on-failure
ports: ports:
- 30304:30304/tcp - 30304:30304/tcp

View File

@ -84,6 +84,7 @@ exec /usr/bin/wakunode\
--rest-admin=true\ --rest-admin=true\
--rest-address=0.0.0.0\ --rest-address=0.0.0.0\
--rest-port=8645\ --rest-port=8645\
--rest-allow-origin="waku-org.github.io"\
--nat=extip:"${MY_EXT_IP}"\ --nat=extip:"${MY_EXT_IP}"\
--store=true\ --store=true\
--store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\ --store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\