enable option to prune results >1y

This commit is contained in:
2025-06-09 10:46:41 -04:00
parent 2945182cfd
commit 7e5f295397
+3 -4
View File
@@ -12,12 +12,11 @@ services:
environment: environment:
- PUID=${UID} - PUID=${UID}
- PGID=${GID} - PGID=${GID}
- DB_CONNECTION=sqlite
- APP_KEY=${APP_KEY} - APP_KEY=${APP_KEY}
- APP_TIMEZONE=America/New_York - APP_TIMEZONE=America/New_York
- TZ=America/New_York - DISPLAY_TIMEZONE=America/New_York
- OOKLA_EULA_GDPR=true - PRUNE_RESULTS_OLDER_THAN=367
- AUTH=true
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE="6 * * * *" - SPEEDTEST_SCHEDULE="6 * * * *"
logging: logging:
driver: "json-file" driver: "json-file"