mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-05-24 02:59:32 +00:00
Added rest-traffic back
This commit is contained in:
parent
3b32ad8749
commit
ac86301cf2
@ -355,5 +355,18 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- simulation
|
- 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:
|
volumes:
|
||||||
privatekeys-volume:
|
privatekeys-volume:
|
||||||
Loading…
x
Reference in New Issue
Block a user