pub async fn start_postgres_container() -> Result<ContainerAsync<GenericImage>>
Starts a PostgreSQL container using Docker.
Returns a container instance that can be used to interact with the PostgreSQL instance.