feat: gatus, ntfy and refactor

This commit is contained in:
Didier Slof 2023-02-26 16:51:18 +01:00
parent 6be48129f6
commit a57288f872
Signed by: didier
GPG key ID: 01E71F18AA4398E5
6 changed files with 107 additions and 26 deletions

3
custom/gatus/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM twinproduction/gatus
COPY ./config.yaml /app/config.yaml

16
custom/gatus/config.yaml Normal file
View file

@ -0,0 +1,16 @@
x-http-endpoint: &default-http
group: http
interval: 10m
conditions: &default-http-conditions
- "[STATUS] == 200"
endpoints:
- name: proxy
<<: *default-http
group: core
url: "http://proxy"
- name: ntfy
<<: *default-http
group: core
url: "http://ntfy"