update
This commit is contained in:
@@ -10,6 +10,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8545:8545"
|
- "8545:8545"
|
||||||
- "8060:6060"
|
- "8060:6060"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "manta-pacific:/db"
|
- "manta-pacific:/db"
|
||||||
- "./manta-pacific/manta-genesis.json:/genesis.json"
|
- "./manta-pacific/manta-genesis.json:/genesis.json"
|
||||||
@@ -27,6 +29,8 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
image: "ghcr.io/celestiaorg/celestia-node:v0.12.1"
|
image: "ghcr.io/celestiaorg/celestia-node:v0.12.1"
|
||||||
command: celestia light start --gateway --core.ip consensus.lunaroasis.net --gateway.addr light --gateway.port 26659
|
command: celestia light start --gateway --core.ip consensus.lunaroasis.net --gateway.addr light --gateway.port 26659
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
environment:
|
environment:
|
||||||
- NODE_TYPE=light
|
- NODE_TYPE=light
|
||||||
volumes:
|
volumes:
|
||||||
@@ -48,6 +52,8 @@ services:
|
|||||||
image: "public.ecr.aws/i6b2w2n6/op-node:5.2.0"
|
image: "public.ecr.aws/i6b2w2n6/op-node:5.2.0"
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
environment:
|
environment:
|
||||||
OP_NODE_S3_BUCKET: "caldera-celestia-cache-prod"
|
OP_NODE_S3_BUCKET: "caldera-celestia-cache-prod"
|
||||||
OP_NODE_NAMESPACE_ID: 866269ddf77dbc40ed9d
|
OP_NODE_NAMESPACE_ID: 866269ddf77dbc40ed9d
|
||||||
|
|||||||
Reference in New Issue
Block a user