Skip to content

Commit

Permalink
feat(exchange): add resync env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoragrega authored and Ri-go committed Nov 23, 2023
1 parent 2ab19ff commit 5908f41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ services:
INDEXER_DB_EVENTPROVIDER_GRPC_ADDRESS: ${INDEXER_DB_EVENTPROVIDER_GRPC_ADDRESS}
INDEXER_CHAIN_START_HEIGHT: ${INDEXER_CHAIN_START_HEIGHT}
INDEXER_COSMOS_TLS_ENABLED: ${INDEXER_COSMOS_TLS_ENABLED}
# resync
INDEXER_RESYNC_DB_NAME: ${INDEXER_RESYNC_DB_NAME}
INDEXER_RESYNC_FLOW: ${INDEXER_RESYNC_FLOW}
INDEXER_RESYNC_START_HEIGHT: ${INDEXER_RESYNC_START_HEIGHT}
ports:
- 6071:6060
deploy:
Expand Down

0 comments on commit 5908f41

Please sign in to comment.