Skip to content

Commit

Permalink
updated db names (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Montagon authored Feb 14, 2024
1 parent 3aeb43b commit 8181f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker/postgresql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
retries: 5
restart: always
environment:
POSTGRES_DB: xef-vector-store
POSTGRES_DB: xef_vector_store
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}

Expand All @@ -29,6 +29,6 @@ services:
retries: 5
restart: always
environment:
POSTGRES_DB: xefdb
POSTGRES_DB: xef_database
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}

0 comments on commit 8181f07

Please sign in to comment.