version: '3.9' networks: net: driver: bridge services: server: image: ghcr.io/chroma-core/chroma:latest volumes: # Default configuration for persist_directory in chromadb/config.py # Currently it's located in "/chroma/chroma/" - chroma_persistent_folder:/chroma/chroma/ ports: - 8000:8000 networks: - net volumes: backups: driver: local chroma_persistent_folder: driver: local