aim / docker-compose.yml
Claude
Rewrite app: strict Socratic questioning engine with FastAPI backend
1e29076 unverified
raw
history blame contribute delete
220 Bytes
services:
app:
build: .
ports:
- "8000:8000"
volumes:
- ./corpus:/app/corpus
- chroma-data:/app/chroma_data
env_file:
- .env
restart: unless-stopped
volumes:
chroma-data: