mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-23 03:38:24 +00:00
fix: cluster config dir name
This commit is contained in:
parent
51dbb0aa1f
commit
88ddf78252
@ -1,19 +1,19 @@
|
||||
nomos_nodes = {
|
||||
"nomos": {
|
||||
"image": "nomos:latest",
|
||||
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params:/kzgrs_test_params:z"],
|
||||
"volumes": ["cluster_config:/etc/nomos", "./kzgrs/kzgrs_test_params:/kzgrs_test_params:z"],
|
||||
"ports": ["3000/udp", "18080/tcp"],
|
||||
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
||||
},
|
||||
"nomos_executor": {
|
||||
"image": "nomos:latest",
|
||||
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params:/kzgrs_test_params:z"],
|
||||
"volumes": ["cluster_config:/etc/nomos", "./kzgrs/kzgrs_test_params:/kzgrs_test_params:z"],
|
||||
"ports": ["3000/udp", "18080/tcp"],
|
||||
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
||||
},
|
||||
"cfgsync": {
|
||||
"image": "nomos:latest",
|
||||
"volumes": ["cl_config:/etc/nomos"],
|
||||
"volumes": ["cluster_config:/etc/nomos"],
|
||||
"ports": "",
|
||||
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user