| - 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: |