Skip to content

Commit 1ec6efb

Browse files
stubbstastrinnitykalrevueltayakimant
authored
Rebase again (#92)
* Add MAX_MESSAGE_LIMIT to readme. (#71) * remove rest-admin and rest-private node config (#85) * Add documentation for connect external store node (#87) * Add documentation for connect external store node * add new page to summary.md * Update script and other references using container names (#90) * Update run_nwaku script to handle either container name format * Update rest-traffic image version * Update nwaku image (#39) * dummy commit to test webhook * Update nwaku image variable to latest (#42) * change wakusim.env to use latest nwaku image * update nwaku image path * add ip-colocation-limit to bootstrap * dummy commit to test webhook * remove bootstrap config ip-colocation-limit --------- Co-authored-by: Álex <[email protected]> Co-authored-by: Alvaro Revuelta <[email protected]> Co-authored-by: Anton Iakimov <[email protected]>
1 parent 0bb950a commit 1ec6efb

File tree

7 files changed

+262
-216
lines changed

7 files changed

+262
-216
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ services:
9898
- simulation
9999

100100
rest-traffic:
101-
image: alrevuelta/rest-traffic:6992bb5
101+
image: alrevuelta/rest-traffic:28430f8
102102
command:
103-
--multiple-nodes=http://waku-simulator_nwaku_[1..${NUM_NWAKU_NODES:-5}]:8645
103+
--multiple-nodes=http://waku-simulator-nwaku-[1..${NUM_NWAKU_NODES:-5}]:8645
104104
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
105105
--delay-seconds=${TRAFFIC_DELAY_SECONDS:-15}
106106
networks:

0 commit comments

Comments
 (0)