feat(docker): remove ports from postgres docker instance

This commit is contained in:
Amruth Pillai
2022-07-30 12:56:04 +02:00
parent fe72d2de41
commit 07c91e9ac2

View File

@ -8,8 +8,6 @@ services:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- 5432:5432
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck: