fix: using new pubsub-topic flag and updating version to v0.22.0-rc.0

This commit is contained in:
Gabriel Mermelstein 2023-11-13 18:30:28 +02:00
parent 62cc2c1f10
commit 5bd2e5cb6b
No known key found for this signature in database
GPG Key ID: 306734DDCE542DCD
2 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env
# Services definitions
services:
nwaku:
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.21.3}
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.22.0-rc.0}
restart: on-failure
ports:
- 30304:30304/tcp

View File

@ -56,14 +56,14 @@ fi
exec /usr/bin/wakunode\
--relay=true\
--topic=/waku/2/rs/1/0\
--topic=/waku/2/rs/1/1\
--topic=/waku/2/rs/1/2\
--topic=/waku/2/rs/1/3\
--topic=/waku/2/rs/1/4\
--topic=/waku/2/rs/1/5\
--topic=/waku/2/rs/1/6\
--topic=/waku/2/rs/1/7\
--pubsub-topic=/waku/2/rs/1/0\
--pubsub-topic=/waku/2/rs/1/1\
--pubsub-topic=/waku/2/rs/1/2\
--pubsub-topic=/waku/2/rs/1/3\
--pubsub-topic=/waku/2/rs/1/4\
--pubsub-topic=/waku/2/rs/1/5\
--pubsub-topic=/waku/2/rs/1/6\
--pubsub-topic=/waku/2/rs/1/7\
--filter=true\
--lightpush=true\
--rpc-admin=true\