Improve README, add foundry to docker, add handler to build targets

This commit is contained in:
Thales Lima
2024-08-02 04:03:09 +02:00
committed by tvinagre
parent 11619bf8be
commit 8ea02613a2
8 changed files with 135 additions and 35 deletions

View File

@@ -20,7 +20,6 @@ services:
args:
PIP_INDEX_URL: ${PIP_INDEX_URL}
volumes:
# - ${SUBSTREAMS_PATH}:/app/substreams/my_substream
- ../substreams:/app/substreams
- ../proto:/app/proto
- ./tycho-indexer:/bin/tycho-indexer
@@ -33,13 +32,15 @@ services:
- db
env_file:
- ".env"
environment:
- DATABASE_URL=postgres://postgres:mypassword@db:5432/tycho_indexer_0
command:
- "python"
- "testing/src/runner/cli.py"
- "--package"
- "ethereum-balancer"
- "--with_binary_logs"
- "--db_url"
- ${SUBSTREAMS_PACKAGE}
- "--tycho-logs"
- "--db-url"
- "postgres://postgres:mypassword@db:5432/tycho_indexer_0"
volumes:
postgres_data: