Removing unnecessary env variable

This commit is contained in:
Gabriel Mermelstein 2023-10-30 17:08:24 +02:00
parent bdb09db29e
commit 73aa44d4b5
No known key found for this signature in database
GPG Key ID: 306734DDCE542DCD

View File

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