add vector db

This commit is contained in:
JMARyA 2024-12-30 14:06:32 +01:00
parent 6882f16e14
commit 609d520986
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 547 additions and 38 deletions

View file

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