update changelog

This commit is contained in:
2025-09-12 16:29:54 +01:00
parent 6f0d143c6e
commit e5a6db99b1
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: