https://github.com/tecno-consultores/llm-lab
Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI and other systems.
https://github.com/tecno-consultores/llm-lab
ai-agents crawl4ai docker-compose evolutionapi kafka laboratory llm-agents mongodb n8n n8n-runner n8n-worker ollama open-webui postgresql qdrant-vector-database redis whisper-ai
Last synced: 4 months ago
JSON representation
Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI and other systems.
- Host: GitHub
- URL: https://github.com/tecno-consultores/llm-lab
- Owner: tecno-consultores
- License: gpl-2.0
- Created: 2024-12-29T01:30:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-03T15:21:53.000Z (4 months ago)
- Last Synced: 2026-02-04T05:26:30.503Z (4 months ago)
- Topics: ai-agents, crawl4ai, docker-compose, evolutionapi, kafka, laboratory, llm-agents, mongodb, n8n, n8n-runner, n8n-worker, ollama, open-webui, postgresql, qdrant-vector-database, redis, whisper-ai
- Language: Shell
- Homepage: https://www.tecnoconsultores.net/
- Size: 344 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# llm-lab
Made by: [Tecno Consultores 2023](https://www.tecnoconsultores.net/)
[](https://deepwiki.com/tecno-consultores/llm-lab)
To run N8N on AMD64/ARM64 (with Postgres and Redis):
```bash
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](https://github.com/n8n-io/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](https://github.com/qdrant/qdrant) on AMD64/ARM64 (--profile qdrant)
* [n8n-openai-bridge](https://github.com/sveneisenschmidt/n8n-openai-bridge/) on AMD64 (--profile openaibridge)
* [OpenwebUI](https://github.com/open-webui/open-webui) on AMD64/ARM64 (--profile openwebui)
* [Kafka](https://github.com/apache/kafka) on AMD64/ARM64 (--profile kafka)
* [Ollama](https://github.com/ollama/ollama) on Nvidia (--profile ollama-gpu)
+ Ollama on AMD64/ARM64 or AMD GPU (--profile ollama-cpu)
* [Whisper](https://github.com/openai/whisper) on Nvidia (--profile whisper-gpu)
+ Whisper on CPU (--profile whisper)
* [Crawl4ai](https://github.com/unclecode/crawl4ai) on AMD64 (--profile crawl4ai-amd64)
+ Crawl4ai on ARM64 (--profile crawl4ai-arm64)
* [NGINX proxy manager](https://github.com/NginxProxyManager/nginx-proxy-manager) on AMD64/ARM64 (--profile proxy)
* [Searxng](https://github.com/searxng/searxng) on AMD64/ARM64 (--profile searxng)
* [MongoDB](https://www.mongodb.com) on AMD64 (--profile mongodb)
* [EvolutionAPI](https://doc.evolution-api.com/v1/en/get-started/introduction) on AMD64/ARM64 (--profile evolutionapi)
Example:
```bash
docker compose -f docker-compose.yml --env-file env.example --profile n8n --profile n8n-worker --profile n8n-runner --profile openwebui up -d
```
## Star History
[](https://www.star-history.com/#tecno-consultores/llm-lab&Date)