Skip to content

Instantly share code, notes, and snippets.

@ak-git
Created October 12, 2024 17:37
Show Gist options
  • Save ak-git/4c10187b630dc3b4f721dc7bc3a4b15f to your computer and use it in GitHub Desktop.
Save ak-git/4c10187b630dc3b4f721dc7bc3a4b15f to your computer and use it in GitHub Desktop.
Actuator healthcheck
services:
spring-petclinic:
image: spring-petclinic:latest
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health || exit 1
interval: 30s
timeout: 5s
start_period: 30s
retries: 5