diff --git a/op-manta-pacific.yml b/op-manta-pacific.yml index aac63f6a..eaa4304d 100644 --- a/op-manta-pacific.yml +++ b/op-manta-pacific.yml @@ -37,10 +37,32 @@ services: - "traefik.http.routers.manta-pacific-mainnet.middlewares=manta-pacific-mainnet-stripprefix, ipwhitelist" + # manta-pacific-da: + # stop_signal: SIGINT + # restart: unless-stopped + # user: root + # image: "ghcr.io/celestiaorg/celestia-node:v0.12.1" + # command: celestia light start --gateway --core.ip consensus.lunaroasis.net --gateway.addr light --gateway.port 23537 + # environment: + # - NODE_TYPE=light + # volumes: + # - manta-pacific-celestia-light:/home/celestia/.celestia-light/ + # expose: + # - 26658 # core rpc + # - 26657 # rpc + # ports: + # - "23537:23537" # gateway + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:23537/header/1"] + # interval: 10s + # timeout: 5s + # retries: 5 + # start_period: 30s + manta-pacific-node: depends_on: - manta-pacific - image: "public.ecr.aws/i6b2w2n6/op-node:5.2.0" + image: "public.ecr.aws/i6b2w2n6/op-node:celestia-3.0.0-dencun" stop_signal: SIGINT stop_grace_period: 30s networks: @@ -49,6 +71,8 @@ services: OP_NODE_S3_BUCKET: "caldera-celestia-cache-prod" OP_NODE_NAMESPACE_ID: 866269ddf77dbc40ed9d OP_NODE_S3_REGION: 'us-west-2' + # OP_NODE_DA_RPC: "http://manta-pacific-da:26658" + # OP_NODE_AUTH_TOKEN: ${OP_NODE_AUTH_TOKEN} CELESTIA_LEGACY_MODE: "true" OP_NODE_OVERRIDE_CANYON: "1726783200" OP_NODE_OVERRIDE_DELTA: "1726783200"