Expose Postgres ports locally

This commit is contained in:
Luke Van Seters 2021-08-23 08:40:25 -04:00
parent 6e4ebbf814
commit ef60c09771

View File

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