File tree Expand file tree Collapse file tree 2 files changed +0
-72
lines changed Expand file tree Collapse file tree 2 files changed +0
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,34 +13,5 @@ services:
13
13
ports :
14
14
- " 5431:5432"
15
15
shm_size : " 1gb"
16
- app :
17
- build :
18
- context : .
19
- dockerfile : Dockerfile
20
- args :
21
- PIP_INDEX_URL : ${PIP_INDEX_URL}
22
- volumes :
23
- - ../substreams:/app/substreams
24
- - ../proto:/app/proto
25
- - ./tycho-indexer:/bin/tycho-indexer
26
- - ./src/runner/runner.py:/app/testing/src.py
27
- - ../evm:/app/evm
28
- - ./src/runner:/app/testing/src/runner
29
- ports :
30
- - " 80:80"
31
- depends_on :
32
- - db
33
- env_file :
34
- - " .env"
35
- environment :
36
- - DATABASE_URL=postgres://postgres:mypassword@db:5432/tycho_indexer_0
37
- command :
38
- - " python"
39
- - " testing/src/runner/cli.py"
40
- - " --package"
41
- - ${SUBSTREAMS_PACKAGE}
42
- - " --tycho-logs"
43
- - " --db-url"
44
- - " postgres://postgres:mypassword@db:5432/tycho_indexer_0"
45
16
volumes :
46
17
postgres_data :
You can’t perform that action at this time.
0 commit comments