chore: publish 6.0.0+21.0.2 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2023-04-12 17:34:23 -04:00
parent b682264613
commit d2b9fffc46
2 changed files with 10 additions and 6 deletions

View File

@ -21,12 +21,14 @@ services:
- KC_SPI_CONNECTIONS_JPA_LEGACY_MIGRATION_STRATEGY=update - KC_SPI_CONNECTIONS_JPA_LEGACY_MIGRATION_STRATEGY=update
- KEYCLOAK_ADMIN=${ADMIN_USERNAME} - KEYCLOAK_ADMIN=${ADMIN_USERNAME}
- KEYCLOAK_WELCOME_THEME=${WELCOME_THEME} - KEYCLOAK_WELCOME_THEME=${WELCOME_THEME}
healthcheck: # NOTE(3wc): disabled due to missing curl binary, see
test: ["CMD", "curl", "-f", "http://localhost:8080"] # https://git.coopcloud.tech/coop-cloud/keycloak/issues/15
interval: 30s # healthcheck:
timeout: 10s # test: ["CMD", "curl", "-f", "http://localhost:8080"]
retries: 10 # interval: 30s
start_period: 1m # timeout: 10s
# retries: 10
# start_period: 1m
volumes: volumes:
- "themes:/opt/keycloak/themes" - "themes:/opt/keycloak/themes"
depends_on: depends_on:

2
release/6.0.0+21.0.2 Normal file
View File

@ -0,0 +1,2 @@
Healthchecks are disabled, see
https://git.coopcloud.tech/coop-cloud/keycloak/issues/15