Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Nov 30, 2023
1 parent 317444f commit 5b1b84e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indexer/docker-compose-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ services:
- ./localnet/dydxprotocol1:/dydxprotocol/chain/.bob/data
ports:
- "26658:26657"
depends_on:
kafka:
condition: service_healthy

dydxprotocold2:
image: local:dydxprotocol
Expand Down
1 change: 1 addition & 0 deletions indexer/docker-compose-local-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ services:
- REDIS_URL=redis://redis:6379
- RATE_LIMIT_REDIS_URL=redis://redis:6379
- PORT=3002
- RATE_LIMIT_ENABLED=false
labels:
com.datadoghq.ad.logs: '[{"source": "indexer", "service": "comlink"}]'
ports:
Expand Down

0 comments on commit 5b1b84e

Please sign in to comment.