feat(gatus): add
This commit is contained in:
parent
d6f9b0a282
commit
859f48d065
2 changed files with 27 additions and 0 deletions
1
gatus/Dockerfile
Normal file
1
gatus/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
FROM twinproduction/gatus:v5.17.0@sha256:e97c1c92c78852d8c13c0fb87e219e61a3ba0205fe0aab2edb6899f71d3c8ec2
|
26
gatus/config.yaml
Normal file
26
gatus/config.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name: Gatus
|
||||||
|
description: Statuspage
|
||||||
|
version: "0.1.0"
|
||||||
|
slug: gatus
|
||||||
|
init: false
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
ports:
|
||||||
|
8080/tcp: null
|
||||||
|
ports_description:
|
||||||
|
8080/tcp: Web interface
|
||||||
|
|
||||||
|
ingress: true
|
||||||
|
ingress_port: 8080
|
||||||
|
|
||||||
|
panel_icon: mdi:chart-timeline
|
||||||
|
panel_title: Gatus
|
||||||
|
webui: http://[HOST]:[PORT:8080]
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GATUS_CONFIG_PATH: /addon/config.yaml
|
||||||
|
|
||||||
|
map:
|
||||||
|
addon_config: /addon/config.yaml
|
Loading…
Add table
Add a link
Reference in a new issue