mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
fix: simplify depends_on condition for rustfs_perms service
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+1
-2
@@ -156,8 +156,7 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
depends_on:
|
depends_on:
|
||||||
rustfs_perms:
|
- rustfs_perms
|
||||||
condition: service_completed_successfully
|
|
||||||
# otel-collector:
|
# otel-collector:
|
||||||
# condition: service_started
|
# condition: service_started
|
||||||
# required: false
|
# required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user