Merge pull request #53 from flashbots/postgres-ports

Expose Postgres ports locally
This commit is contained in:
Robert Miller 2021-08-23 06:55:32 -07:00 committed by GitHub
commit 77f58e342a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ services:
- .env
environment:
- PGDATA=/var/lib/postgresql/data/pgdata
ports:
- 5432:5432
volumes:
mev-inspect-db-data: