Skip to content

Commit ecb2186

Browse files
authored
Update script and other references using container names (#90)
* Update run_nwaku script to handle either container name format * Update rest-traffic image version
1 parent 4456278 commit ecb2186

File tree

5 files changed

+209
-216
lines changed

5 files changed

+209
-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)