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:
|
fyp-postgres-dev:
|
||||||
container_name: fyp-postgres-dev
|
container_name: fyp-postgres-dev
|
||||||
image: postgres:15-alpine
|
image: pgvector/pgvector:pg15
|
||||||
env_file:
|
env_file:
|
||||||
- ../../.env
|
- ../../.env
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -111,9 +111,6 @@ services:
|
||||||
fyp-postgres-dev:
|
fyp-postgres-dev:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fyp_postgres_data:
|
fyp_postgres_data:
|
||||||
fyp_redis_data:
|
fyp_redis_data:
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ services:
|
||||||
|
|
||||||
fyp-postgres-prod:
|
fyp-postgres-prod:
|
||||||
container_name: fyp-postgres-prod
|
container_name: fyp-postgres-prod
|
||||||
image: postgres:15-alpine
|
image: pgvector/pgvector:pg15
|
||||||
hostname: fyp-postgres-prod
|
hostname: fyp-postgres-prod
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue