mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-01-12 17:02:54 +08:00
run server tests in docker-compose cluster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user