2024-12-19 16:02:57 +08:00
|
|
|
nomos_nodes = {
|
|
|
|
|
"nomos": {
|
2025-01-06 18:34:00 +08:00
|
|
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
2025-01-06 19:13:40 +08:00
|
|
|
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
2024-12-19 16:02:57 +08:00
|
|
|
"ports": ["3000/udp", "18080/tcp"],
|
|
|
|
|
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
|
|
|
|
},
|
|
|
|
|
"nomos_executor": {
|
2025-01-06 18:34:00 +08:00
|
|
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
2025-01-06 19:13:40 +08:00
|
|
|
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
2024-12-19 16:02:57 +08:00
|
|
|
"ports": ["3000/udp", "18080/tcp"],
|
|
|
|
|
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
|
|
|
|
},
|
2025-01-06 18:34:00 +08:00
|
|
|
"cfgsync": {
|
|
|
|
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
2025-01-06 19:13:40 +08:00
|
|
|
"volumes": ["cl_config:/etc/nomos"],
|
2025-01-06 18:34:00 +08:00
|
|
|
"ports": "",
|
|
|
|
|
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
|
|
|
|
},
|
2024-12-19 16:02:57 +08:00
|
|
|
}
|