chore: Upgrade nwaku image to v0.26.0 (#74)
This commit is contained in:
parent
702da8f472
commit
f269a8ed26
|
@ -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
|
||||||
|
|
|
@ -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"\
|
||||||
|
|
Loading…
Reference in New Issue