26 lines
377 B
YAML
26 lines
377 B
YAML
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
|