feat: remove exposed PostgreSQL port from docker-compose

This commit is contained in:
2026-04-27 21:47:25 +07:00
parent 287f8eebda
commit fc656c5944

View File

@@ -9,8 +9,6 @@ services:
POSTGRES_DB: ${POSTGRES_DB:-malenia_db}
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
healthcheck:
test:
[