mirror of
https://github.com/waku-org/waku-simulator.git
synced 2025-02-28 23:40:35 +00:00
It should be auto-updated by this CI job: https://ci.infra.status.im/job/nim-waku/job/docker-latest/ Signed-off-by: Jakub Sokołowski <jakub@status.im>
12 lines
310 B
Bash
12 lines
310 B
Bash
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
|
|
NWAKU_IMAGE=wakuorg/nwaku:latest
|
|
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
|
|
# Network scaling.
|
|
NUM_NWAKU_NODES=100
|
|
NUM_GOWAKU_NODES=0
|
|
# Simulation traffic.
|
|
MSG_PER_SECOND=10
|
|
MSG_SIZE_KBYTES=10
|
|
# Enable automatic Docker image updates.
|
|
WATCHTOWER_ENABLED=true
|