mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-08 17:03:07 +00:00
Using flags full names
This commit is contained in:
parent
cd885cd35f
commit
f60355a5da
@ -66,9 +66,9 @@ services:
|
|||||||
dockerfile: Dockerfile.rest-traffic
|
dockerfile: Dockerfile.rest-traffic
|
||||||
command: >
|
command: >
|
||||||
python /opt/traffic.py
|
python /opt/traffic.py
|
||||||
-mn=http://waku-simulator_nwaku_[1..$NUM_NWAKU_NODES]:8645
|
--multiple-nodes=http://waku-simulator_nwaku_[1..$NUM_NWAKU_NODES]:8645
|
||||||
-s=${MSG_SIZE_KBYTES:-10}
|
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
|
||||||
-d=${TRAFFIC_DELAY_SECONDS:-15}
|
--delay-seconds=${TRAFFIC_DELAY_SECONDS:-15}
|
||||||
volumes:
|
volumes:
|
||||||
- ./traffic.py:/opt/traffic.py:Z
|
- ./traffic.py:/opt/traffic.py:Z
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user