chore: hide postgres port from docker compose
This commit is contained in:
parent
64baf9ea00
commit
2b9fd57eba
|
|
@ -30,8 +30,6 @@ services:
|
|||
build:
|
||||
context: ./postgres
|
||||
dockerfile: postgres.Dockerfile
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-postgres}
|
||||
|
|
|
|||
Loading…
Reference in New Issue