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 logs
to 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