mirror of
https://github.com/tecno-consultores/llm-lab
synced 2026-04-21 17:17:17 +00:00
Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
|
|
||
|---|---|---|
| .env-example | ||
| .gitignore | ||
| AUTHORS | ||
| changelog | ||
| COPYING | ||
| docker-compose.yml | ||
| LICENSE | ||
| readme.md | ||
| reflection-prompt.txt | ||
| test-models.txt | ||
llm-lab
To run with nvidia capabilities:
docker compose -f docker-compose.yml --env-file .env-example --profile nvidia up -d
To run with another gpu/cpu:
docker compose -f docker-compose.yml --env-file .env-example --profile others up -d
To run minimal services:
docker compose -f docker-compose.yml --env-file .env-example --profile minimal up -d