docker-compose.yml
contains the following:
our_password
for the DB with your password.
This yml requires having two env files in the same directory:
1) .env
for configuring the light node:
indexer.env
for configuring the blobs indexer:
our_password
with the DB password defined in the docker-compose.yml
.
docker compose up -d
.docker logs -n 100 da-indexer
.docker logs -n 100 celestia-light-node
.