feat(mcp): câblage FastAPI + nginx proxy + docker-compose MCP_API_KEY

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 06:49:50 +02:00
parent 5d7dbec67c
commit 8ebdccb543
4 changed files with 41 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ services:
DATA_DIR: /data
REDIS_URL: redis://redis:6379
CORS_ORIGINS: http://localhost:3001,http://localhost:3000
MCP_API_KEY: "4zfCmiC3Z_28F3xPOxBSDi0DQx6aRzAQrpplyywo_VI"
volumes:
- ./backend/app:/app/app
- ./data:/data