Skip to content

Commit

Permalink
fix: strip out eth.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 21, 2025
1 parent 4a954bd commit 94f7f0d
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
services:
setup:
image: ghcr.io/movementlabsxyz/movement-full-node-setup:${CONTAINER_REV}
container_name: setup
environment:
CELESTIA_NAMESPACE: 0x3073030730
CELESTIA_NETWORK: mainnet
CELESTIA_RPC_CONNECTION_PROTOCOL: https
CELESTIA_RPC_CONNECTION_HOSTNAME: rpc.celestia.pops.one
CELESTIA_RPC_CONNECTION_PORT: 443
INDEXER_PROCESSOR_POSTGRES_CONNECTION_STRING: postgres://postgres:password@postgres:5432/postgres
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
AWS_REGION: ${AWS_DEFAULT_REGION}
volumes:
- ${DOT_MOVEMENT_PATH}:/.movement
healthcheck:
test: [ "CMD-SHELL", "echo 'health check'" ]
retries: 30
interval: 10s
timeout: 5s

# turn off underlying da light nodes
celestia-light-node:
Expand Down

0 comments on commit 94f7f0d

Please sign in to comment.