Merge pull request #28 from waku-org/changing-version-and-using-pubsub-topic-flag

fix: using new pubsub-topic flag and updating version to v0.22.0-rc.0
This commit is contained in:
gabrielmer 2023-11-13 18:49:57 +02:00 committed by GitHub
commit 7d9bcac50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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\