mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-31 03:21:15 +00:00
33 lines
594 B
Bash
33 lines
594 B
Bash
# Environment variables for compose.yml file config.
|
|
|
|
DOCKER_COMPOSE_LIBP2P_REPLICAS=3
|
|
TOOLS_IMAGE_LABEL=devnet
|
|
EXPLORER_IMAGE_LABEL=devnet
|
|
ENV_TITLE_STRING=devnet
|
|
PUBLIC_IP_ADDR=65.108.203.235
|
|
|
|
# NODE 0
|
|
NODE0_NET_PORT=3000
|
|
NODE0_BLEND_PORT=3400
|
|
NODE0_API_PORT=18080
|
|
|
|
# NODE 1
|
|
NODE1_NET_PORT=3001
|
|
NODE1_BLEND_PORT=3401
|
|
NODE1_API_PORT=18081
|
|
|
|
# NODE 2
|
|
NODE2_NET_PORT=3002
|
|
NODE2_BLEND_PORT=3402
|
|
NODE2_API_PORT=18082
|
|
|
|
# NODE 3
|
|
NODE3_NET_PORT=50001
|
|
NODE3_BLEND_PORT=50002
|
|
NODE3_API_PORT=18083
|
|
|
|
# === PER-RELEASE: edit on every release ===
|
|
|
|
# Node version being released.
|
|
NODE_IMAGE_LABEL=X.Y.Z-rc.N
|