2024-11-08 20:14:11 +00:00
|
|
|
# documentation: https://github.com/lissy93/web-check
|
|
|
|
|
# slogan: All-in-one OSINT tool for analysing any website
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: monitoring
|
2024-11-08 20:14:11 +00:00
|
|
|
# tags: osint, website, analysis
|
|
|
|
|
# logo: svgs/web-check.png
|
|
|
|
|
# port: 3000
|
|
|
|
|
|
2024-11-02 19:18:24 +00:00
|
|
|
services:
|
|
|
|
|
web-check:
|
|
|
|
|
image: lissy93/web-check
|
|
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_WEBCHECK_3000
|
2024-11-02 19:18:24 +00:00
|
|
|
healthcheck:
|
|
|
|
|
test:
|
|
|
|
|
- CMD-SHELL
|
|
|
|
|
- 'wget -qO- http://127.0.0.1:3000/'
|
|
|
|
|
interval: 5s
|
|
|
|
|
timeout: 20s
|
|
|
|
|
retries: 10
|