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