Skip to content

Commit

Permalink
Deployed 2e3a690 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Nov 21, 2024
1 parent 9bfc6d0 commit 8b86b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/services/backend/services/keycloak/compose.base.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
keycloak:
image: quay.io/keycloak/keycloak:25.0
command: start-dev --import-realm --http-port=80
image: quay.io/keycloak/keycloak:26.0
command: start-dev --import-realm --health-enabled=true --http-port=80
env_file: ./config/.env
volumes:
- ./healthcheck/healthcheck.sh:/healthcheck.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if ! exec 3<>/dev/tcp/localhost/9000; then
exit 1
fi

printf "GET /health/ready HTTP/1.1\r\nHost: localhostConnection: close\r\n\r\n" >&3
printf "GET /health/ready HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" >&3
timeout --preserve-status 5 grep -m 1 "UP" <&3
exit_status=$?
exec 3>&-
Expand Down

0 comments on commit 8b86b05

Please sign in to comment.