Compare commits
2 commits
f46ae959ca
...
41cd994ab8
| Author | SHA1 | Date | |
|---|---|---|---|
| 41cd994ab8 | |||
|
ddaa069204 |
2 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
storage:
|
||||
type: postgres
|
||||
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:
|
||||
title: CCCHH Status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue