Skip to content

Commit

Permalink
fix(indexer): add MORALIS_API_KEY environment in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Apr 17, 2024
1 parent 6517c88 commit 3b48dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/indexer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
image: ptisserand/starklane-indexer:latest
environment:
- RUST_LOG=starklane_indexer=DEBUG
- MORALIS_API_KEY
command: >
starklane_indexer --config-file /etc/testnet.config \
--mongodb mongodb://${MONGODB_HOSTNAME}:${MONGODB_PORT}/${MONGODB_DB} \
Expand Down

0 comments on commit 3b48dde

Please sign in to comment.