소스 검색

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

tags/0.2.2
John Wang 2 년 전
부모
커밋
d8a716d857
No account linked to committer's email address
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:

Loading…
취소
저장