Compare commits
No commits in common. "51e159d4488fcb7c4e95318f2db4d7244382543a" and "7f2bdb19216770edbdd432b34c5646f25868d3f5" have entirely different histories.
51e159d448
...
7f2bdb1921
1 changed files with 0 additions and 47 deletions
|
|
@ -1,47 +0,0 @@
|
||||||
services:
|
|
||||||
gatus:
|
|
||||||
image: twinproduction/gatus:latest
|
|
||||||
volumes:
|
|
||||||
- /DockerVol/gatus/config:/config
|
|
||||||
- /DockerVol/gatus/data:/data
|
|
||||||
environment:
|
|
||||||
PUID: "1964"
|
|
||||||
PGID: "1964"
|
|
||||||
TZ: America/Chicago
|
|
||||||
GATUS_CONFIG_PATH: /config/config.yaml
|
|
||||||
networks:
|
|
||||||
- netgrimoire
|
|
||||||
deploy:
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
delay: 5s
|
|
||||||
max_attempts: 3
|
|
||||||
window: 120s
|
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.platform.arch != aarch64
|
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.hostname == znas
|
|
||||||
labels:
|
|
||||||
caddy: status.netgrimoire.com
|
|
||||||
caddy.reverse_proxy: gatus:8080
|
|
||||||
caddy.import_1: crowdsec
|
|
||||||
caddy.import_2: authentik
|
|
||||||
|
|
||||||
monitor.name: Gatus
|
|
||||||
monitor.url: https://status.netgrimoire.com
|
|
||||||
monitor.type: http
|
|
||||||
|
|
||||||
homepage.group: NetGrimoire
|
|
||||||
homepage.name: Gatus
|
|
||||||
homepage.icon: gatus.png
|
|
||||||
homepage.href: https://status.netgrimoire.com
|
|
||||||
homepage.description: Service Monitor
|
|
||||||
|
|
||||||
diun.enable: "true"
|
|
||||||
|
|
||||||
gremlin.monitor.skip: "true"
|
|
||||||
|
|
||||||
networks:
|
|
||||||
netgrimoire:
|
|
||||||
external: true
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue