aimingmed-ai/app/docker-compose.yml

11 lines
180 B
YAML

version: "3.9"
services:
streamlit:
build: ./streamlit
ports:
- "8501:8501"
volumes:
- ./llmops/src/rag_cot/chroma_db:/app/llmops/src/rag_cot/chroma_db