mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
04b9a2c605
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
14 lines
385 B
YAML
14 lines
385 B
YAML
services:
|
|
# Chroma vector store.
|
|
chroma:
|
|
image: ghcr.io/chroma-core/chroma:0.5.20
|
|
restart: always
|
|
volumes:
|
|
- ./volumes/chroma:/chroma/chroma
|
|
environment:
|
|
CHROMA_SERVER_AUTHN_CREDENTIALS: difyai123456
|
|
CHROMA_SERVER_AUTHN_PROVIDER: chromadb.auth.token_authn.TokenAuthenticationServerProvider
|
|
IS_PERSISTENT: TRUE
|
|
ports:
|
|
- "8000:8000"
|