diff --git a/gatus/compose.yml b/gatus/compose.yml new file mode 100644 index 0000000..c5c5fa6 --- /dev/null +++ b/gatus/compose.yml @@ -0,0 +1,11 @@ +name: gatus +services: + gatus: + ports: + - 50000:8080 + volumes: + - type: bind + source: './config.yaml' + target: /config/config.yaml + container_name: gatus + image: twinproduction/gatus