#167: Rename examples/ to .examples/
This commit is contained in:
6
.examples/docker-compose/config.yaml
Normal file
6
.examples/docker-compose/config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
endpoints:
|
||||
- name: example
|
||||
url: https://example.org
|
||||
interval: 30s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
8
.examples/docker-compose/docker-compose.yml
Normal file
8
.examples/docker-compose/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config.yaml:/config/config.yaml
|
Reference in New Issue
Block a user