diff --git a/compose.yml b/compose.yml index 0cce057..3bf420c 100644 --- a/compose.yml +++ b/compose.yml @@ -21,12 +21,14 @@ services: - KC_SPI_CONNECTIONS_JPA_LEGACY_MIGRATION_STRATEGY=update - KEYCLOAK_ADMIN=${ADMIN_USERNAME} - KEYCLOAK_WELCOME_THEME=${WELCOME_THEME} - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + # NOTE(3wc): disabled due to missing curl binary, see + # https://git.coopcloud.tech/coop-cloud/keycloak/issues/15 + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:8080"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m volumes: - "themes:/opt/keycloak/themes" depends_on: diff --git a/release/6.0.0+21.0.2 b/release/6.0.0+21.0.2 new file mode 100644 index 0000000..a038f21 --- /dev/null +++ b/release/6.0.0+21.0.2 @@ -0,0 +1,2 @@ +Healthchecks are disabled, see +https://git.coopcloud.tech/coop-cloud/keycloak/issues/15