Docker Compose to install N8N, Openweb UI, Qdrant, Ollama, EvolutionAPI, Flowise, OpenCode, OpenClaw and other services.
Find a file
2025-02-27 14:07:25 -04:00
.env-example Update .env-example 2025-02-27 14:04:45 -04:00
.gitignore Update .gitignore 2025-01-02 13:44:49 -04:00
AUTHORS Update AUTHORS 2024-12-31 18:16:18 -04:00
changelog * changelog 2025-01-04 10:46:19 -04:00
COPYING Update COPYING 2024-12-31 18:17:13 -04:00
docker-compose.yml Update docker-compose.yml 2025-02-27 14:06:51 -04:00
LICENSE * primer commit 2024-12-28 21:31:11 -04:00
readme.md Update readme.md 2025-02-27 13:17:54 -04:00
reflection-prompt.txt Create reflection-prompt.txt 2025-01-02 10:51:10 -04:00
test-models.txt * lista de modelos 2024-12-29 11:57:52 -04:00

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