add vector db
This commit is contained in:
parent
6882f16e14
commit
609d520986
9 changed files with 547 additions and 38 deletions
|
@ -7,3 +7,16 @@ services:
|
|||
- ./websites:/websites
|
||||
- ./favicon:/favicon
|
||||
env_file: env
|
||||
|
||||
postgres:
|
||||
# Any Postgres with support for pgvector
|
||||
image: git.hydrar.de/hydra/postgres:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data/
|
||||
environment:
|
||||
- POSTGRES_USER=user
|
||||
- POSTGRES_PASSWORD=pass
|
||||
- POSTGRES_DB=webarc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue