Skip to content

Commit

Permalink
👻 Update compose DB image
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon committed Aug 19, 2024
1 parent 5af1d3b commit 85e4c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-kai-variables: &kai-variables
USE_HUB_IMPORTER: ${USE_HUB_IMPORTER:-False}

x-db-variables: &db-variables
POSTGRES_DB: kai
POSTGRES_DATABASE: kai
POSTGRES_PASSWORD: dog8code
POSTGRES_USER: kai
POSTGRES_HOST: kai_db
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
profiles:
- use_hub_importer
kai_db:
image: docker.io/pgvector/pgvector:pg15
image: quay.io/sclorg/postgresql-15-c9s:latest
environment:
<<: *db-variables
volumes:
Expand Down

0 comments on commit 85e4c32

Please sign in to comment.