Create web-check
https://github.com/Lissy93/web-check 🕵️♂️ All-in-one OSINT tool for analysing any website Healthchecks works...
This commit is contained in:
parent
c468ed4728
commit
1b13797236
1 changed files with 12 additions and 0 deletions
12
templates/compose/web-check
Normal file
12
templates/compose/web-check
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue