Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
Find a file
2026-04-20 19:34:14 -04:00
init * bugfix 2026-04-18 19:06:29 -04:00
legacy * opencode 2026-04-01 12:51:13 -04:00
misc * ollama misc 2026-04-20 19:34:14 -04:00
.dockerignore * archivos ignore 2025-09-28 11:11:34 -04:00
.gitignore * openclaw 2026-04-02 18:32:53 -04:00
AUTHORS Update AUTHORS 2024-12-31 18:16:18 -04:00
changelog * changelog 2026-04-18 19:50:52 -04:00
COPYING Update COPYING 2024-12-31 18:17:13 -04:00
docker-compose.yml * bugfix 2026-04-18 19:50:43 -04:00
env.example * bugfix 2026-04-18 19:06:29 -04:00
install.sh Translate error messages and completion prompts to English 2026-04-07 10:39:58 -04:00
LICENSE * bugfix 2025-07-19 13:43:09 -04:00
models.json * openai-bridge 2025-12-25 22:24:51 -04:00
readme.md * bugfix 2026-04-18 19:06:29 -04:00
sear-setting.txt * searxng setting 2026-04-13 20:09:42 -04:00

llm-lab

Made by: Tecno Consultores 2023

Ask DeepWiki

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)
  • OpenClaw on AMD64 (--profile openclaw)

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
Name Port Example
N8N 5678 http://127.0.0.1:5678
Qdrant 6333 http://127.0.0.1:6333/dashboard
OpenwebUI 8383 http://127.0.0.1:8383
NGINX proxy manager 81 http://127.0.0.1:81
Searxng 8181 http://127.0.0.1:8181
EvolutionAPI 9191 http://127.0.0.1:9191/manager
Flowise 3001 http://127.0.0.1:3001
Opencode 4096 http://127.0.0.1:4096
OpenClaw 18789 http://127.0.0.1:18789
Redis Insight 8001 http://127.0.0.1:8001

Star History

Star History Chart