Gatus Ready

This commit is contained in:
2026-04-20 21:38:22 +00:00
parent ff525dc820
commit 20fd0c432b
8 changed files with 123 additions and 27 deletions
+16
View File
@@ -0,0 +1,16 @@
# Gatus
services:
gatus:
image: ${GATUS_IMAGE:-twinproduction/gatus:latest}
restart: ${GATUS_RESTART:-unless-stopped}
volumes:
- ${CONFIG_PATH:-/data/config.yml}:/config/config.yaml
- ${VOL_PATH:-/data}/gatus:/config/data
environment:
- TZ=${TZ:-America/Vancouver}
ports:
- ${GATUS_PORT:-8080}:8080
networks:
proxy:
external: true