update changelog
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user