add more confs and stuff

This commit is contained in:
2026-07-16 19:16:40 +02:00
parent 22e08de759
commit d70dd8d601
20 changed files with 831 additions and 6 deletions
+35
View File
@@ -0,0 +1,35 @@
endpoints:
- name: website (moxiu's website)
url: "https://moxiu.vacpro.fyi"
interval: 65s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 10000"
- name: photos
url: "https://photos.vacpro.fyi"
interval: 65s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 10000"
- name: zipline
url: "https://zip.vacpro.fyi"
interval: 65s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 10000"
- name: vw
url: "https://vw.vacpro.fyi"
interval: 65s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 10000"
- name: zitadel
url: "https://zita.vacpro.fyi"
interval: 65s
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 10000"
+10
View File
@@ -0,0 +1,10 @@
services:
gatus:
image: twinproduction/gatus:stable
container_name: gatus
volumes:
- ./data:/data
- ./config.yaml:/config/config.yaml:ro
restart: always
ports:
- "3002:8080"