Clone the Repository
git clone https://github.com/silvantonio/ai-ghost-hub.git
cd ai-ghost-hub
Configure (Optional)
cp .env.example .env
# Edit .env to customize settings
Start the Stack
docker-compose up -d
Access the Services
n8n: http://localhost:5678
Ollama API: http://localhost:11434
Requirements
- Docker - v20.10+
- Docker Compose - v2.0+
- Memory - 8GB recommended (4GB minimum)
- Disk Space - 20GB for models and containers
- OS - Ubuntu Linux or any system with Docker