Azure-Samples / qdrant-azure

Qdrant Vector Database on Azure Cloud
MIT License
89 stars 22 forks source link

Docker compose should not contain Postgres #3

Closed shawncal closed 1 year ago

shawncal commented 1 year ago

https://github.com/Azure-Samples/qdrant-azure/blob/01ee6cd3525ce8282d2103a32e3ed2ea5f8493e7/Local-Docker-Deployment/example-windows-docker-compose.yaml#L5-L18

All of the "db" section should be removed, as it's not related to qdrant.

tawalke commented 1 year ago

Adding to upcoming PR.

shawncal commented 1 year ago

Also, the POSTGRES_USER and POSTGRES_PASSWORD should never have been checked in. Please be careful about secrets in the repo.

shawncal commented 1 year ago

Please also remove all postgres references from the README

tawalke commented 1 year ago

References removed and Addressed in PR: https://github.com/Azure-Samples/qdrant-azure/pull/5