mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-11 17:05:25 +02:00
18 lines
317 B
YAML
18 lines
317 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
chroma:
|
|
image: chromadb/chroma:1.5.6
|
|
restart: unless-stopped
|
|
expose:
|
|
- "8000"
|
|
environment:
|
|
- IS_PERSISTENT=TRUE
|
|
- PERSIST_DIRECTORY=/chroma/chroma
|
|
- ANONYMIZED_TELEMETRY=FALSE
|
|
volumes:
|
|
- chroma-data:/chroma/chroma
|
|
|
|
volumes:
|
|
chroma-data:
|