Browse Source

depend

pull/7160/head
chrislu 1 month ago
parent
commit
3fc893d6a6
  1. 2
      test/s3/iam/docker-compose.yml

2
test/s3/iam/docker-compose.yml

@ -123,6 +123,8 @@ services:
condition: service_healthy condition: service_healthy
keycloak: keycloak:
condition: service_healthy condition: service_healthy
keycloak-setup:
condition: service_completed_successfully
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8333"] test: ["CMD", "wget", "-q", "--spider", "http://localhost:8333"]
interval: 10s interval: 10s

Loading…
Cancel
Save