CoexistAI: Docker Setup
🚀 New Release: v2.4 - Docker Installation Made Easy
We're excited to introduce a fully containerized setup for CoexistAI using Docker, making installation and deployment effortless for beginners and advanced users alike. No more complex local setups—just run and go!
✨ Key Features
- One-step Docker Setup: Use the new quick_setup_docker.sh script for automated container startup, including SearxNG integration for web search. It waits for the app to be ready and provides live logs for debugging.
- Admin UI Access: Easily manage model configurations, API keys, and settings via the web-based Admin UI at http://localhost:8000/admin. Reload configs without restarting containers.
- Optimized for Performance: Improved resource allocation, automatic image detection to skip unnecessary rebuilds, and fixes for common issues like container naming conflicts and connection timeouts.
- Flexible Deployment: Supports both Docker Compose (recommended) and local runs. Includes detailed guides in README.docker.md.
🛠️ How to Get Started
- Ensure Docker is installed.
- Clone the repo and navigate to the CoexistAI folder.
- Run ./quick_setup_docker.sh for the automated setup.
- Access the app at http://localhost:8000 and the Admin UI at http://localhost:8000/admin.
- For full instructions, see README.docker.md.