mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 08:09:04 +08:00
fix: api and worker service volumes mount error (#21)
This commit is contained in:
parent
c2e7fe107a
commit
d8a716d857
@ -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:
|
|||||||
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user