Nomploy Nomad Packs

โ† All stacks

Run LLMs and RAG on your own hardware

Local AI stack

A self-hosted AI toolkit: Ollama to run models, Open WebUI as the chat front-end, Qdrant as the vector store for RAG, and Flowise to build LLM apps and agents low-code.

4 packs 4 tasks 5 ports 4 volumes 6.0 GB RAM โœ“ no port conflicts
Deploy
nomad-pack registry add nomploy github.com/Nomploy/nomad-packs
nomad-pack run ollama --registry nomploy
nomad-pack run open-webui --registry nomploy
nomad-pack run qdrant --registry nomploy
nomad-pack run flowise --registry nomploy
Packs
AI

ollama

Ollama โ€” run open large language models (Llama, Mistral, Gemma, Qwen, and more) locally behind a simple REST API. Deployed as a host-networked Nomad service with a persistent Docker volume for downloaded models.

11434 โ†’
AI

open-webui

Open WebUI โ€” a feature-rich, self-hosted ChatGPT-style web interface for local LLMs (Ollama) and OpenAI-compatible APIs, with chats, RAG, and user management. Deployed as a host-networked Nomad service with a persistent volume; pairs with the ollama pack.

3008 โ†’
AI

qdrant

Qdrant โ€” an open-source vector database and similarity-search engine for embeddings, powering semantic search and RAG. Deployed as a host-networked Nomad service with a persistent volume; pairs with the ollama pack for a self-hosted AI stack.

6333 ยท 6334 โ†’
AI

flowise

Flowise โ€” a low-code, drag-and-drop builder for LLM apps and agents: chains, RAG pipelines, tools, and chatbots you can embed or call via API. Deployed as a single host-networked Nomad service with a data volume and optional app login. Pairs with the ollama and qdrant/weaviate packs.

3014 โ†’
Variables to set
ollama sensible defaults
open-webui secret_key
qdrant api_key
flowise password

Highlighted variables are placeholders (passwords, secret keys) you should change before production. Open a pack for its full variable table and a copy-paste values.hcl.

Host ports
3008 open-webui
3014 flowise
6333 qdrant
6334 qdrant
11434 ollama

โ† Back to the catalog