From 1b137972366c3c9d7153870a788ddeabdc3bad6d Mon Sep 17 00:00:00 2001 From: che0one <167894882+che0one@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:18:24 +0400 Subject: [PATCH] Create web-check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Lissy93/web-check 🕵️‍♂️ All-in-one OSINT tool for analysing any website Healthchecks works... --- templates/compose/web-check | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/compose/web-check diff --git a/templates/compose/web-check b/templates/compose/web-check new file mode 100644 index 000000000..09c9d0e0f --- /dev/null +++ b/templates/compose/web-check @@ -0,0 +1,12 @@ +services: + web-check: + image: lissy93/web-check + environment: + - SERVICE_FQDN_WEBCHECK_3000 + healthcheck: + test: + - CMD-SHELL + - 'wget -qO- http://127.0.0.1:3000/' + interval: 5s + timeout: 20s + retries: 10