Skip to content

Commit

Permalink
Update script and other references using container names (#90)
Browse files Browse the repository at this point in the history
* Update run_nwaku script to handle either container name format

* Update rest-traffic image version
  • Loading branch information
stubbsta authored Oct 10, 2024
1 parent 4456278 commit ecb2186
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 216 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ services:
- simulation

rest-traffic:
image: alrevuelta/rest-traffic:6992bb5
image: alrevuelta/rest-traffic:28430f8
command:
--multiple-nodes=http://waku-simulator_nwaku_[1..${NUM_NWAKU_NODES:-5}]:8645
--multiple-nodes=http://waku-simulator-nwaku-[1..${NUM_NWAKU_NODES:-5}]:8645
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
--delay-seconds=${TRAFFIC_DELAY_SECONDS:-15}
networks:
Expand Down
Loading

0 comments on commit ecb2186

Please sign in to comment.