run server tests in docker-compose cluster

This commit is contained in:
Luke VanderHart
2022-11-09 15:44:46 -05:00
parent 8396cf9d8d
commit 5cd1f272a1
9 changed files with 54 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ services:
build:
context: ./chroma-server
dockerfile: Dockerfile
target: chroma_server
volumes:
- ./chroma-server/:/chroma-server/
command: uvicorn chroma_server:app --reload --workers 1 --host 0.0.0.0 --port 8000