kotaemon
docker-compose templates
version: '3'
services:
cinnamon:
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- GRADIO_SERVER_PORT=7860
ports:
- '8000:8000'
image: 'ghcr.io/cinnamon/kotaemon:latest-full'
volumes:
- ./app_data:/app/ktem_app_data