fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION
This commit is contained in:
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export DB_ENTRYPOINT_VERSION=v1
|
export DB_ENTRYPOINT_VERSION=v1
|
||||||
export PG_BACKUP_VERSION=v1
|
export PG_BACKUP_VERSION=v2
|
||||||
|
|||||||
@ -52,7 +52,7 @@ services:
|
|||||||
start_period: 20m
|
start_period: 20m
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: pgvector/pgvector:pg17
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user