Modified database for pgvector image

This commit is contained in:
Viswamedha Nalabotu 2026-02-08 15:34:53 +00:00
parent 2f7b2001d4
commit c2693c7e89
2 changed files with 2 additions and 5 deletions

View file

@ -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:
@ -110,9 +110,6 @@ services:
condition: service_healthy
fyp-postgres-dev:
condition: service_healthy
volumes:
fyp_postgres_data:

View file

@ -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: