removed docker compose dependency and added dedicated pgvector db
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
services:
|
||||
postgres:
|
||||
image: 'postgres:latest'
|
||||
vaessl-db:
|
||||
image: 'pgvector/pgvector:pg18'
|
||||
environment:
|
||||
- 'POSTGRES_DB=mydatabase'
|
||||
- 'POSTGRES_PASSWORD=secret'
|
||||
- 'POSTGRES_USER=myuser'
|
||||
- 'POSTGRES_DB=vaessl'
|
||||
- 'POSTGRES_PASSWORD=password'
|
||||
- 'POSTGRES_USER=user'
|
||||
ports:
|
||||
- '5432'
|
||||
labels:
|
||||
- "org.springframework.boot.service-connection=postgres"
|
||||
|
||||
Reference in New Issue
Block a user