mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
fix: use prebuild image
This commit is contained in:
parent
6121666eef
commit
fd6b700add
@ -1,15 +1,20 @@
|
||||
nomos_nodes = {
|
||||
"nomos": {
|
||||
"image": "nomos/nomos:latest",
|
||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||
"ports": ["3000/udp", "18080/tcp"],
|
||||
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
||||
},
|
||||
"nomos_executor": {
|
||||
"image": "nomos/nomos:latest",
|
||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||
"ports": ["3000/udp", "18080/tcp"],
|
||||
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
||||
},
|
||||
"cfgsync": {"image": "nomos/nomos:latest", "volumes": ["./cl_config:/etc/nomos"], "ports": "", "entrypoint": "/etc/nomos/scripts/run_cfgsync.sh"},
|
||||
"cfgsync": {
|
||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||
"volumes": ["./cl_config:/etc/nomos"],
|
||||
"ports": "",
|
||||
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user