Upgrade pgvector to use the new official docker image

- ankane/pgvector has been deprecated in place of pgvector/pgvector
- use full path to image on docker.io for consistency
This commit is contained in:
Debanjum
2025-04-07 18:17:27 +05:30
parent 50508d97f9
commit 353a4aa597

View File

@@ -1,6 +1,6 @@
services:
database:
image: ankane/pgvector
image: docker.io/pgvector/pgvector
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres