This commit is contained in:
Thomas E Lackey 2023-03-20 23:16:49 -05:00
parent a5d01eda50
commit dec41281b8

View File

@ -25,8 +25,8 @@ services:
USE_GENESIS: "true"
EXTRA_START_ARGS: ${extra_args}
ports:
- "127.0.0.1:8545:8545"
- "127.0.0.1:8546:8546"
- "8545:8545"
- "8546:8546"
migrations:
restart: on-failure
@ -49,6 +49,6 @@ services:
POSTGRES_DB: "vulcanize_testing"
POSTGRES_PASSWORD: "password"
ports:
- "127.0.0.1:8077:5432"
- "8077:5432"
volumes:
- ./statediff/indexer/database/file:/file_indexer