Commit Graph

6 Commits

Author SHA1 Message Date
Dale-Kurt Murray
89d669bf61 Fix PostgreSQL container permission issues by using named volume 2025-06-06 18:07:53 -04:00
Dale-Kurt Murray
ea5649f87c Fix watchtower configuration and add CHANGELOG.md 2025-06-06 18:03:47 -04:00
Dale-Kurt Murray
94d543f9e2 Add Open WebUI Pipelines service and configure local data storage 2025-05-30 11:21:32 -04:00
Dale-Kurt Murray
c7702f6ba8 Update README 2025-03-10 22:44:35 -04:00
Dale-Kurt Murray
125a71fc91 Initial commit: Docker-based local LLM environment
This commit sets up a complete Docker Compose environment for running local AI and LLM services:

Features:
- AnythingLLM with Qdrant vector database integration
- Flowise AI workflow automation
- Open WebUI for Ollama interaction
- n8n workflow automation platform
- Qdrant vector database
- PostgreSQL database for n8n

Configuration:
- Environment variables for all services
- Support for both native and containerized Ollama
- Proper data persistence with Docker volumes
- Network configuration for inter-service communication

Documentation:
- Comprehensive README with setup instructions
- Troubleshooting guidance
- Service descriptions and port mappings

Directory structure:
- Organized directories for each service
- .gitignore configured to track directories but ignore contents
- Sample environment configuration
2025-03-10 22:40:34 -04:00
Dale-Kurt Murray
71dae881d0 Initial commit 2025-03-10 22:35:45 -04:00