Added OpenAI large embedding / improve migration and upgrade handling for containers

This commit is contained in:
Josako
2024-07-04 17:20:02 +02:00
parent 8e1dac0233
commit c55fc6b7ce
90 changed files with 1032 additions and 48 deletions

BIN
docker/.DS_Store vendored

Binary file not shown.

View File

@@ -32,6 +32,10 @@ services:
environment:
- FLASK_ENV=development
- FLASK_DEBUG=1
- DB_HOST=db
- DB_USER=luke
- DB_PASS=Skywalker!
- DB_NAME=eveai
volumes:
- ../eveai_app:/app/eveai_app
- ../common:/app/common

BIN
docker/db/.DS_Store vendored

Binary file not shown.