Add Docker networking support for N8N and container integration
- Added docker-compose.api-localai.yml for Docker network integration - Updated config.py to support dynamic Supabase connection strings via environment variables - Enhanced documentation with Docker network deployment instructions - Added specific N8N workflow integration guidance - Solved Docker networking issues for container-to-container communication Key improvements: * Container-to-container API access for N8N workflows * Automatic service dependency resolution (Ollama, Supabase) * Comprehensive deployment options for different use cases * Production-ready Docker network configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -101,7 +101,7 @@ graph TB
|
||||
| **Supabase** | ✅ Ready | Self-hosted database with pgvector on localhost:8000 |
|
||||
| **Ollama** | ✅ Ready | 21+ local models available on localhost:11434 |
|
||||
| **Mem0 Core** | ✅ Ready | Memory management system v0.1.115 |
|
||||
| **REST API** | ✅ Ready | FastAPI server with full CRUD, auth, and testing on localhost:8080 |
|
||||
| **REST API** | ✅ Ready | FastAPI server with full CRUD, auth, testing, and Docker networking support |
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user