fix: proxy-headers HTTPS redirect, httpx manquant, mcp<2.0.0, migration SSE->StreamableHTTP (30/07/2026)

This commit is contained in:
2026-07-30 21:41:19 +00:00
parent a29623d782
commit 41ea52ca2d
4 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ EXPOSE 8000
RUN mkdir -p /app/data
# Run seed data on startup, then start uvicorn
CMD ["sh", "-c", "python -m app.seed && uvicorn app.main:app --host 0.0.0.0 --port 8000"]
CMD ["sh", "-c", "python -m app.seed && uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips=*"]