mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
Added rest-traffic back
This commit is contained in:
parent
3b32ad8749
commit
ac86301cf2
@ -355,5 +355,18 @@ services:
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
rest-traffic:
|
||||
build:
|
||||
context: ./tools/rest-traffic
|
||||
dockerfile: Dockerfile
|
||||
command:
|
||||
--multiple-nodes=http://waku-simulator-servicenode-1:8645
|
||||
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
|
||||
--delay-seconds=${TRAFFIC_DELAY_SECONDS:-15}
|
||||
networks:
|
||||
- simulation
|
||||
depends_on:
|
||||
- servicenode
|
||||
|
||||
volumes:
|
||||
privatekeys-volume:
|
||||
Loading…
x
Reference in New Issue
Block a user