mirror of
https://github.com/tecno-consultores/llm-lab
synced 2026-04-21 17:17:17 +00:00
Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
| init | ||
| legacy | ||
| misc | ||
| .dockerignore | ||
| .gitignore | ||
| AUTHORS | ||
| changelog | ||
| COPYING | ||
| docker-compose.yml | ||
| env.example | ||
| install.sh | ||
| LICENSE | ||
| models.json | ||
| readme.md | ||
llm-lab
Made by: Tecno Consultores 2023
To run N8N on AMD64/ARM64 (with Postgres and Redis):
docker compose -f docker-compose.yml --env-file env.example --profile n8n --profile n8n-worker --profile n8n-runner up -d
Profiles you can run:
- N8N on AMD64/ARM64 (--profile n8n)
- N8N-worker on AMD64/ARM64 (--profile n8n-worker)
- N8N-runner (code sandbox) on AMD64/ARM64 (--profile n8n-runner)
- Qdrant on AMD64/ARM64 (--profile qdrant)
- n8n-openai-bridge on AMD64 (--profile openaibridge)
- OpenwebUI on AMD64/ARM64 (--profile openwebui)
- Kafka on AMD64/ARM64 (--profile kafka)
- Ollama on Nvidia (--profile ollama-gpu)
- Ollama on AMD64/ARM64 or AMD GPU (--profile ollama-cpu)
- Whisper on Nvidia (--profile whisper-gpu)
- Whisper on CPU (--profile whisper)
- Crawl4ai on AMD64 (--profile crawl4ai-amd64)
- Crawl4ai on ARM64 (--profile crawl4ai-arm64)
- NGINX proxy manager on AMD64/ARM64 (--profile proxy)
- Searxng on AMD64/ARM64 (--profile searxng)
- MongoDB on AMD64 (--profile mongodb)
- EvolutionAPI on AMD64/ARM64 (--profile evolutionapi)
- Flowise on AMD64/ARM64 (--profile flowise)
- Opencode on AMD64 (--profile opencode)
To run N8N with OpenwebUI:
docker compose -f docker-compose.yml --env-file env.example --profile n8n --profile n8n-worker --profile n8n-runner --profile openwebui up -d
To access Redis Insight, go to http://x.x.x.x:port where x.x.x.x is the IP address of the instance and port is the number set in the environment variables file. The default is 8001.