Skip to content

CoexistAI: Docker Setup

Choose a tag to compare

@SPThole SPThole released this 05 Oct 15:46
· 22 commits to main since this release
f6fb2b4

🚀 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