浏览代码

fix: api and worker service volumes mount error (#21)

tags/0.2.2
John Wang 2 年前
父节点
当前提交
d8a716d857
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      docker/docker-compose.yaml

+ 2
- 2
docker/docker-compose.yaml 查看文件

- weaviate - weaviate
volumes: volumes:
# Mount the storage directory to the container, for storing user files. # Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/storage
- ./volumes/app/storage:/app/api/storage


# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
- weaviate - weaviate
volumes: volumes:
# Mount the storage directory to the container, for storing user files. # Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/storage
- ./volumes/app/storage:/app/api/storage


# Frontend web application. # Frontend web application.
web: web:

正在加载...
取消
保存