Add example

This commit is contained in:
TwinProduction
2019-09-14 19:59:05 -04:00
parent fb93c33966
commit c734e32e21
4 changed files with 13 additions and 2 deletions

2
example/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM twinproduction/gatus
ADD config.yaml ./

7
example/config.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
- name: example
url: http://example.org
interval: 30s
failure-threshold: 3
conditions:
- "$STATUS == 200"