fix: proxy-headers HTTPS redirect, httpx manquant, mcp<2.0.0, migration SSE->StreamableHTTP (30/07/2026)
This commit is contained in:
+1
-1
@@ -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=*"]
|
||||
|
||||
Reference in New Issue
Block a user