Update waku-store-request-maker image

The latest image, 1b7c16, introduces the following:

    Passing peers as a list and using pubsubTopic & contentTopic params

    This commit represents changes on how the parameters are handled.
    There are many automatic/formatic changes made by the IDE.
    The major changes are:
    - The user can pass a comma-separated list of peers
    (peer-store-sqlite-addr-list and peer-store-postgres-addr-list.)
- The pubsubTopic and contentTopic, which are part of the Store
request,
    can be passed as a parameters as well.
This commit is contained in:
Ivan Folgueira Bande 2023-11-28 11:21:47 +01:00
parent aa91ff6b82
commit 209913ed4f
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -166,7 +166,7 @@ services:
- simulation
waku-store-query-generator:
image: ivansete/waku-store-request-maker:19e645
image: ivansete/waku-store-request-maker:1b7c16
restart: on-failure
entrypoint: sh
- 'opt/run_waku_store_query_maker.sh'