Ragcore / docker-compose.yml
NinjainPJs's picture
Initial deploy: RagCore RAG system with hybrid search and Gradio UI
a34068e
raw
history blame contribute delete
151 Bytes
version: "3.8"
services:
ragcore:
build: .
ports:
- "8000:7860"
env_file:
- .env
environment:
- PYTHONUNBUFFERED=1