Rename example directory to examples
This commit is contained in:
2
examples/minimal/Dockerfile
Normal file
2
examples/minimal/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM twinproduction/gatus
|
||||
ADD config.yaml ./config/config.yaml
|
6
examples/minimal/config.yaml
Normal file
6
examples/minimal/config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
services:
|
||||
- name: example
|
||||
url: http://example.org
|
||||
interval: 30s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
Reference in New Issue
Block a user