Add Docker Compose example (#11)

* Add Docker Compose example

* Revert README.md

* Move docker-compose sample to examples folder

* docker-compose folder has its own config.yaml
This commit is contained in:
azerty
2020-09-06 18:37:31 +02:00
committed by GitHub
parent e31c017a00
commit 2888254bda
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version: "3.8"
services:
gatus:
image: twinproduction/gatus:latest
ports:
- 8080:8080
volumes:
- ./config.yaml:/config/config.yaml