chore(speedtest-tracker): set data retention to 30 days

This commit is contained in:
2026-02-04 20:18:49 +01:00
parent 3c643c36b0
commit 447a2600bb

View File

@@ -16,6 +16,7 @@ services:
DISPLAY_TIMEZONE: "${TZ:-Etc/UTC}"
DATETIME_FORMAT: "${DATETIME_FORMAT:-j M Y, G:i:s}"
SPEEDTEST_SCHEDULE: "${SPEEDTEST_SCHEDULE:-0 */2 * * *}"
PRUNE_RESULTS_OLDER_THAN: "30"
volumes:
- "${CONFIG_PATH:?}:/config"
- "${KEYS_PATH:?}:/config/keys"