Expose Postgres ports locally
This commit is contained in:
parent
6e4ebbf814
commit
ef60c09771
@ -17,6 +17,8 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- PGDATA=/var/lib/postgresql/data/pgdata
|
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mev-inspect-db-data:
|
mev-inspect-db-data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user