Skip to content

Commit 5207284

Browse files
committed
feat: Remove testing Dockerfile as it's currently broken
1 parent af8643e commit 5207284

File tree

2 files changed

+0
-72
lines changed

2 files changed

+0
-72
lines changed

testing/Dockerfile

Lines changed: 0 additions & 43 deletions
This file was deleted.

testing/docker-compose.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,5 @@ services:
1313
ports:
1414
- "5431:5432"
1515
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"
4516
volumes:
4617
postgres_data:

0 commit comments

Comments
 (0)