mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
fix: remove the deprecated depends_on.condition format (#1142)
This commit is contained in:
@@ -114,12 +114,9 @@ services:
|
|||||||
# The sample rate for Sentry profiles. Default: `1.0`
|
# The sample rate for Sentry profiles. Default: `1.0`
|
||||||
SENTRY_PROFILES_SAMPLE_RATE: 1.0
|
SENTRY_PROFILES_SAMPLE_RATE: 1.0
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
- db
|
||||||
condition: service_healthy
|
- redis
|
||||||
redis:
|
- weaviate
|
||||||
condition: service_healthy
|
|
||||||
weaviate:
|
|
||||||
condition: service_started
|
|
||||||
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/api/storage
|
- ./volumes/app/storage:/app/api/storage
|
||||||
@@ -170,12 +167,9 @@ services:
|
|||||||
# the api-key for resend (https://resend.com)
|
# the api-key for resend (https://resend.com)
|
||||||
RESEND_API_KEY: ''
|
RESEND_API_KEY: ''
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
- db
|
||||||
condition: service_healthy
|
- redis
|
||||||
redis:
|
- weaviate
|
||||||
condition: service_healthy
|
|
||||||
weaviate:
|
|
||||||
condition: service_started
|
|
||||||
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/api/storage
|
- ./volumes/app/storage:/app/api/storage
|
||||||
|
|||||||
Reference in New Issue
Block a user