This commit is contained in:
2026-01-27 17:40:37 +01:00
parent 82947a7bd6
commit adc2cd572a
55 changed files with 4145 additions and 101 deletions

View File

@@ -25,7 +25,7 @@ services:
- OPENAI_API_BASE=${OPENAI_API_BASE}
- OPENAI_API_KEY=${OPENAI_API_KEY}
volumes:
- ./backend/app:/app/app
- ./backend:/app
ports:
- "8000:8000"
depends_on:
@@ -88,7 +88,7 @@ services:
- OPENAI_API_BASE=${OPENAI_API_BASE}
- OPENAI_API_KEY=${OPENAI_API_KEY}
volumes:
- ./backend/app:/app/app
- ./backend:/app
depends_on:
- backend
- redis