|
@ -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 |
|
|