Compare commits

...

2 commits

Author SHA1 Message Date
379b1e4f7a Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m25s
/ Ansible Lint (push) Successful in 2m27s
2026-01-18 20:45:45 +00:00
ddaa069204
status(host): configure Gatus to store more results and events
All checks were successful
/ Ansible Lint (push) Successful in 1m52s
Also see:
https://github.com/TwiN/gatus?tab=readme-ov-file#storage
2026-01-18 21:39:23 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/library/redis:7.4.7 image: docker.io/library/redis:8.4.0
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:

View file

@ -1,6 +1,8 @@
storage: storage:
type: postgres type: postgres
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}?sslmode=disable" path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}?sslmode=disable"
maximum-number-of-results: 240 # Default are 100. 240 are 4h for 1m interval checks.
maximum-number-of-events: 1000 # Default are 50. Let's keep a long history here - 1000 should suffice for a year with around 3 events a day.
ui: ui:
title: CCCHH Status title: CCCHH Status