ソースを参照

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 ファイルの表示

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

# worker service
# The Celery worker for processing the queue.
@@ -137,7 +137,7 @@ services:
- weaviate
volumes:
# 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.
web:

読み込み中…
キャンセル
保存