tweaks
This commit is contained in:
parent
a5d01eda50
commit
dec41281b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user