chore: restrict database port exposure in docker-compose.yaml
- Updated the PostgreSQL service configuration to prevent external access to the database port, allowing only internal network access.
- Added comments for debugging instructions if local access is needed.