mirror of
https://github.com/TwiN/gatus.git
synced 2025-04-14 06:28:46 +02:00
* Add Docker Compose example * Revert README.md * Move docker-compose sample to examples folder * docker-compose folder has its own config.yaml
7 lines
116 B
YAML
7 lines
116 B
YAML
services:
|
|
- name: example
|
|
url: http://example.org
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|