Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
Find a file
2026-02-07 07:36:26 -04:00
init * openwebui postgres 2025-10-18 17:47:40 -04:00
misc * evolution api bugfix 2026-02-07 07:34:58 -04:00
.dockerignore * archivos ignore 2025-09-28 11:11:34 -04:00
.gitignore * bugfix 2025-09-28 11:18:41 -04:00
AUTHORS Update AUTHORS 2024-12-31 18:16:18 -04:00
changelog * changelog 2025-12-28 15:44:44 -04:00
COPYING Update COPYING 2024-12-31 18:17:13 -04:00
docker-compose.yml * evolution api bugfix 2026-02-07 07:34:58 -04:00
Dockerfile * variables 2025-07-06 10:22:55 -04:00
env.example * openai-bridge 2025-12-25 22:24:51 -04:00
install.sh * readme 2025-12-25 22:31:53 -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 * badge 2025-12-28 15:44:36 -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)

Example:

docker compose -f docker-compose.yml --env-file env.example --profile n8n --profile n8n-worker --profile n8n-runner --profile openwebui up -d

Star History

Star History Chart