Starting the Web Interface
β£
Method 1: Using the Management Script (Recommended)
β£
Method 2: Manual Docker Compose
β£
Method 3: Using the Full Setup Script (First Time)
π Shutting Down the Web Interface
β£
Method 1: Using the Management Script (Recommended)
β£
Method 2: Manual Docker Compose
β£
Method 3: Complete Cleanup (Nuclear Option)
β£
Status Monitoring Commands
β£
Common Troubleshooting
π Important File Locations
- Configuration:
./docker-compose.yml - Management Scripts:
./manage.sh,./setup.sh - Logs: Use
docker-compose logsto view - Data Volumes: Defined in docker-compose.yml
- Ollama Models: Usually in
~/.ollama/models/
π‘ Best Practices
- Always use the management script for routine start/stop operations
- Backup your data before doing complete cleanups
- Monitor resource usage especially when running large models
- Keep Docker and Ollama updated for best performance
- Use specific model versions in production environments
- Regular health checks to ensure services are responsive