Skip to content

Commit

Permalink
feat: copy indexer explorer to current infra (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Jul 31, 2023
1 parent 3e2d7c0 commit c028e98
Show file tree
Hide file tree
Showing 13 changed files with 1,943 additions and 839 deletions.
4 changes: 2 additions & 2 deletions docker/fuel-indexer/scripts/run-indexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ echo "Running fuel-indexer";
--fuel-node-port 4000 \
--postgres-host fuel-explorer-pgsql \
--postgres-password postgres \
--graphql-api-host 0.0.0.0 \
--web-api-host 0.0.0.0 \
--run-migrations

# We should be using a config file here but the current
# when executing it the graphql api host is not being set
# correctly. So we are using the command line arguments.
# TODO: Use config file to run fuel-indexer
# ./fuel-indexer run --config /usr/local/config.yaml
# ./fuel-indexer run --config /usr/local/config.yaml
20 changes: 0 additions & 20 deletions packages/indexer/Cargo.toml

This file was deleted.

File renamed without changes.
Loading

0 comments on commit c028e98

Please sign in to comment.