File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docker/compose/movement-full-node Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ services:
26
26
container_name : celestia-light-node
27
27
command : |
28
28
celestia light start
29
- --core.ip rpc.celestia.pops.one
29
+ --core.ip consensus.celestia.mainnet.movementinfra.xyz
30
+ --core.port 9090
31
+ --rpc.addr 0.0.0.0
30
32
--p2p.network celestia
31
33
--node.store /.movement/celestia/movement/.celestia-light
32
34
--keyring.backend test
@@ -35,6 +37,8 @@ services:
35
37
environment :
36
38
- NODE_TYPE=light
37
39
- P2P_NETWORK=celestia
40
+ - NODE_STORE=/.movement/celestia/movement/.celestia-light
41
+ user : root:root
38
42
volumes :
39
43
- ${DOT_MOVEMENT_PATH}/celestia:/.movement/celestia
40
44
ports :
@@ -43,5 +47,5 @@ services:
43
47
setup :
44
48
condition : service_healthy
45
49
healthcheck :
46
- test : " celestia node info "
50
+ test : " nc -zv 0.0.0.0 26658 "
47
51
restart : on-failure:3
You can’t perform that action at this time.
0 commit comments