Added rest-traffic back

This commit is contained in:
NagyZoltanPeter 2025-04-25 00:37:14 +02:00
parent 3b32ad8749
commit ac86301cf2
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368

View File

@ -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: