chore: hide postgres port from docker compose

This commit is contained in:
Bartosz Sypytkowski 2024-06-12 13:37:41 +02:00
parent 64baf9ea00
commit 2b9fd57eba
1 changed files with 0 additions and 2 deletions

View File

@ -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}