Skip to content

Commit

Permalink
feat:user balances (#2)
Browse files Browse the repository at this point in the history
* feat: add transactions exporter to docker

* chore: reduce unnecessary printing

* feat: user balances
  • Loading branch information
BobTheBuidler committed Nov 24, 2021
1 parent e9f0be3 commit 857e163
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions services/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ services:
- yearn-exporter
restart: on-failure

transactions-exporter:
build: .
command: transactions
environment:
- WEB3_INFURA_PROJECT_ID
- WEB3_PROVIDER
- ETHERSCAN_TOKEN
- EXPLORER
- SLEEP_SECONDS
volumes:
- solidity_compilers:/root/.solcx
- vyper_compilers:/root/.vvm
- brownie:/root/.brownie
- cache:/app/yearn-exporter/cache
networks:
- yearn-exporter
restart: on-failure

historical-exporter:
build: .
command: historical_exporter
Expand Down

0 comments on commit 857e163

Please sign in to comment.