Skip to content

tecno-consultores/llm-lab

Repository files navigation

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
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