Files
codex_truenas_helper/rag_service/docker-compose.yml

16 lines
358 B
YAML

version: '3.8'
services:
rag-service:
image: rag-service:latest
container_name: rag-service
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- /mnt/storage.rushg.me/data/z5/rushg.me:/data/rag_source:ro
- ./db:/data/db
environment:
- OLLAMA_BASE_URL=http://192.168.1.2:30068