Unverified Commit d8a716d8 authored by John Wang's avatar John Wang Committed by GitHub

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

parent c2e7fe10
...@@ -86,7 +86,7 @@ services: ...@@ -86,7 +86,7 @@ services:
- 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.
...@@ -137,7 +137,7 @@ services: ...@@ -137,7 +137,7 @@ services:
- 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment