fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION

This commit is contained in:
notplants
2026-06-02 20:05:44 +00:00
committed by notplants
parent 5091fd999e
commit a071a9c5d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export DB_ENTRYPOINT_VERSION=v1
export PG_BACKUP_VERSION=v1
export PG_BACKUP_VERSION=v2

View File

@ -52,7 +52,7 @@ services:
start_period: 20m
db:
image: postgres:16
image: pgvector/pgvector:pg17
networks:
- internal
secrets: