DaoCloud / public-image-mirror

很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。
Apache License 2.0
5.79k stars 815 forks source link

services: chromadb: image: chromadb/chroma ports: - "8000:8000" restart: always volumes: - chromadb_volume:/chroma/chroma chatollama: environment: - CHROMADB_URL=http://chromadb:8000 - DATABASE_URL=file:/app/sqlite/chatollama.sqlite - REDIS_HOST=redis - COHERE_API_KEY=xxxxx - COHERE_MODEL=ms-marco-MiniLM-L-6-v2 - COHERE_BASE_URL=http://peanutshell:8000/v1 image: 0001coder/chatollama:latest pull_policy: always #extra_hosts: # - "host.docker.internal:host-gateway" ports: - "3000:3000" restart: always volumes: - ~/.chatollama:/app/sqlite redis: image: redis:latest restart: always volumes: - redis_data:/data peanutshell: image: ghcr.io/sugarforever/peanut-shell:latest volumes: - hf_data:/root/.cache volumes: chromadb_volume: redis_data: hf_data: #16067

Closed YangyuTRUE closed 3 months ago

YangyuTRUE commented 3 months ago

IMAGE SYNC

github-actions[bot] commented 3 months ago

Hi @YangyuTRUE, 感谢您的反馈! 我们会尽快跟进.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/wzshiming/gh-ci-bot) repository.
github-actions[bot] commented 3 months ago

镜像 'services: chromadb: image: chromadb/chroma ports: - "8000:8000" restart: always volumes: - chromadb_volume:/chroma/chroma chatollama: environment: - CHROMADB_URL=http://chromadb:8000 - DATABASE_URL=file:/app/sqlite/chatollama.sqlite - REDIS_HOST=redis - COHERE_API_KEY=xxxxx - COHERE_MODEL=ms-marco-MiniLM-L-6-v2 - COHERE_BASE_URL=http://peanutshell:8000/v1 image: 0001coder/chatollama:latest pull_policy: always #extra_hosts: # - "host.docker.internal:host-gateway" ports: - "3000:3000" restart: always volumes: - ~/.chatollama:/app/sqlite redis: image: redis:latest restart: always volumes: - redis_data:/data peanutshell: image: ghcr.io/sugarforever/peanut-shell:latest volumes: - hf_data:/root/.cache volumes: chromadb_volume: redis_data: hf_data:' 不是一个镜像

github-actions[bot] commented 3 months ago

镜像 同步失败详情请查看
如有疑问请回复 /auto-cc 召唤帮助