fix(market-intel): mount mcp compose for preflight
All checks were successful
CD Pipeline / deploy (push) Successful in 6m28s

This commit is contained in:
OoO
2026-05-18 14:55:02 +08:00
parent 6f68178959
commit 160173a270
4 changed files with 9 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ services:
- ./config.py:/app/config.py:ro
- ./app.py:/app/app.py:ro
- ./auth.py:/app/auth.py:ro
- ./docker-compose.mcp.yml:/app/docker-compose.mcp.yml:ro
- ./gunicorn.conf.py:/app/gunicorn.conf.py:ro
- ./scheduler.py:/app/scheduler.py:ro
- ./scripts:/app/scripts:ro