Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
Find a file
Jesus Palencia cb68ba094d * changelog
2026-04-05 13:08:31 -04:00
init * openwebui postgres 2025-10-18 17:47:40 -04:00
legacy * opencode 2026-04-01 12:51:13 -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 * openclaw 2026-04-02 18:32:53 -04:00
AUTHORS Update AUTHORS 2024-12-31 18:16:18 -04:00
changelog * changelog 2026-04-05 13:08:31 -04:00
COPYING Update COPYING 2024-12-31 18:17:13 -04:00
docker-compose.yml * variables 2026-04-05 13:08:20 -04:00
env.example * variables 2026-04-05 13:08:20 -04:00
install.sh * docker 2026-04-01 11:59:16 -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 * opencode 2026-04-01 12:51:13 -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)

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.

Star History

Star History Chart