Files
coolify/templates/compose/web-check.yaml
peaklabs-dev 0de18586c6 fix web check
2024-11-08 21:14:11 +01:00

19 lines
440 B
YAML

# documentation: https://github.com/lissy93/web-check
# slogan: All-in-one OSINT tool for analysing any website
# tags: osint, website, analysis
# logo: svgs/web-check.png
# port: 3000
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