#167: Rename examples/minimal to .examples/docker-minimal

This commit is contained in:
TwiN
2021-10-24 15:27:25 -04:00
parent 8f50e44b45
commit 813fea93ee
2 changed files with 0 additions and 0 deletions

View File

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

View File

@ -0,0 +1,6 @@
endpoints:
- name: example
url: https://example.org
interval: 30s
conditions:
- "[STATUS] == 200"