-
Notifications
You must be signed in to change notification settings - Fork 0
Project NOMAD
Daisho Komiyama edited this page Apr 12, 2026
·
3 revisions
nomad_ollama:
image: ollama/ollama:latest
container_name: nomad_ollama
restart: unless-stopped
volumes:
- /opt/project-nomad/storage/ollama:/root/.ollama
ports:
- "11434:11434"
networks:
- nomad_network
nomad_qdrant:
image: qdrant/qdrant:latest
container_name: nomad_qdrant
restart: unless-stopped
volumes:
- /opt/project-nomad/storage/qdrant:/qdrant/storage
networks:
- nomad_network
nomad_anythingllm:
image: mintplexlabs/anythingllm:latest
container_name: nomad_anythingllm
restart: unless-stopped
ports:
- "3001:3001"
volumes:
- /opt/project-nomad/storage/anythingllm:/app/server/storage
networks:
- nomad_network
networks:
nomad_network:
external: true- Home 🏠
- Accessibility
- Claude Code
- CSS
- Browser
- Figma
- Gmail
- Git
- GitHub
- Good design
- Docker
- Haskell
- HTML
- HTML Email
- Java
- JavaScript
- Laravel
- Linux machines
- Miscellaneous
- Mitmproxy
- ML
- Nix
- Node.js
- OP-1
- Python
- PostgreSQL
- Project NOMAD
- React
- Recipes 📘
- Rust
- Security
- Shell
- Server
- SVG
- TypeScript
- Unix
- UX
- Vim
- Virtual Machine
- VSCode