MonkeyCanCode commented on code in PR #3587:
URL: https://github.com/apache/polaris/pull/3587#discussion_r2736707075


##########
getting-started/ceph/docker-compose.yml:
##########
@@ -126,11 +126,18 @@ services:
       - ./ceph-conf:/etc/ceph
     depends_on:
       - osd1
+    healthcheck:
+      test: ["CMD", "curl", "-f", "http://localhost:7480";]
+      interval: 2s
+      timeout: 10s
+      retries: 10
+      start_period: 10s
 
-  setup_bucket:
+  bucket-setup:

Review Comment:
   So we have "polaris-setup" service down below while this one is 
"setup_bucket". Just NIT, for consistent, maybe we should do for all. What do 
you think?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to