This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 6e557dd15 Rustfs guide: fix service dependencies (#3596)
6e557dd15 is described below
commit 6e557dd1584330e863f4d970dcab0f9e35e1a0d5
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Jan 29 14:59:04 2026 +0100
Rustfs guide: fix service dependencies (#3596)
Just adds a necessary service dependency
---
getting-started/rustfs/docker-compose.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/getting-started/rustfs/docker-compose.yml
b/getting-started/rustfs/docker-compose.yml
index 0dfdcba9b..f76c9da43 100644
--- a/getting-started/rustfs/docker-compose.yml
+++ b/getting-started/rustfs/docker-compose.yml
@@ -48,6 +48,8 @@ services:
depends_on:
rustfs:
condition: service_healthy
+ setup_bucket:
+ condition: service_completed_successfully
environment:
JAVA_DEBUG: true
JAVA_DEBUG_PORT: "*:5005"