diff --git a/templates/compose/stirling-pdf.yaml b/templates/compose/stirling-pdf.yaml index ac2737adc..1fb3789e8 100644 --- a/templates/compose/stirling-pdf.yaml +++ b/templates/compose/stirling-pdf.yaml @@ -15,3 +15,8 @@ services: environment: - SERVICE_FQDN_SPDF_8080 - DOCKER_ENABLE_SECURITY=false + healthcheck: + test: 'curl --fail -I http://localhost:8080 || exit 1' + interval: 5s + timeout: 20s + retries: 10