services/swarm/gatus.yaml
traveler 0b0d85656b
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
sdf
2026-04-22 22:48:25 -05:00

49 lines
No EOL
1.2 KiB
YAML

services:
# got it fdgdfg gfhjfghjfghjcvbdfsdfsdfsdfsdfvc
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