Compare commits
2 commits
7fec452535
...
379b1e4f7a
| Author | SHA1 | Date | |
|---|---|---|---|
| 379b1e4f7a | |||
|
ddaa069204 |
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue