Modified database for pgvector image
This commit is contained in:
parent
2f7b2001d4
commit
c2693c7e89
2 changed files with 2 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ services:
|
|||
|
||||
fyp-postgres-dev:
|
||||
container_name: fyp-postgres-dev
|
||||
image: postgres:15-alpine
|
||||
image: pgvector/pgvector:pg15
|
||||
env_file:
|
||||
- ../../.env
|
||||
environment:
|
||||
|
|
@ -111,9 +111,6 @@ services:
|
|||
fyp-postgres-dev:
|
||||
condition: service_healthy
|
||||
|
||||
|
||||
|
||||
|
||||
volumes:
|
||||
fyp_postgres_data:
|
||||
fyp_redis_data:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
|
||||
fyp-postgres-prod:
|
||||
container_name: fyp-postgres-prod
|
||||
image: postgres:15-alpine
|
||||
image: pgvector/pgvector:pg15
|
||||
hostname: fyp-postgres-prod
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue