version: '3.9' services: api: build: . ports: - '8000:8000' volumes: - ./chroma_db:/app/chroma_db - ./lora-adapter:/app/lora-adapter