update changelog

This commit is contained in:
2025-09-12 16:29:54 +01:00
parent e9adb38be0
commit 7c65a6460b
4 changed files with 352 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ services:
condition: service_healthy
volumes:
- ./backend/src:/app/src:ro
- ./backend/data:/app/data:ro
- ./backend/scripts:/app/scripts:ro
command: uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload
frontend: