version: '3.8' # Development overrides - mount code read/write and enable live reload services: api: volumes: - ./:/app:rw - /app/.vector_index environment: # Ensure tokenizer parallelism is disabled inside container for stability - TOKENIZERS_PARALLELISM=false command: ["uvicorn", "app.api:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]