chore: publish 6.0.0+21.0.2 release
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
14
compose.yml
14
compose.yml
@ -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
2
release/6.0.0+21.0.2
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Healthchecks are disabled, see
|
||||||
|
https://git.coopcloud.tech/coop-cloud/keycloak/issues/15
|
Reference in New Issue
Block a user