diff --git a/templates/compose/litequeen.yaml b/templates/compose/litequeen.yaml index 34bf390a0..28b7901a7 100644 --- a/templates/compose/litequeen.yaml +++ b/templates/compose/litequeen.yaml @@ -16,4 +16,10 @@ services: source: ${SQLITE_DATABASES_LOCATION} target: /www is_directory: true - + healthcheck: + test: + - CMD-SHELL + - bash -c ':> /dev/tcp/127.0.0.1/8000' || exit 1 + interval: 5s + timeout: 5s + retries: 3