Files
coolify/templates/compose/web-check
che0one 1b13797236 Create web-check
https://github.com/Lissy93/web-check
🕵️‍♂️ All-in-one OSINT tool for analysing any website
Healthchecks works...
2024-11-02 23:18:24 +04:00

13 lines
254 B
Plaintext

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