mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-03 06:23:06 +00:00
Removing unnecessary env variable
This commit is contained in:
parent
bdb09db29e
commit
73aa44d4b5
@ -66,8 +66,8 @@ services:
|
||||
dockerfile: Dockerfile.rest-traffic
|
||||
command: >
|
||||
python /opt/traffic.py
|
||||
-mn=${TRAFFIC_MULTIPLE_NODES:-http://waku-simulator_nwaku_[1..$NUM_NWAKU_NODES]:8645}
|
||||
-s=${TRAFFIC_MESSAGE_SIZE_KB:-10}
|
||||
-mn=http://waku-simulator_nwaku_[1..$NUM_NWAKU_NODES]:8645
|
||||
-s=${MSG_SIZE_KBYTES:-10}
|
||||
-d=${TRAFFIC_DELAY_SECONDS:-15}
|
||||
volumes:
|
||||
- ./traffic.py:/opt/traffic.py:Z
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user