added schedule to speed test

This commit is contained in:
2024-10-20 14:54:25 -05:00
parent b8eab02e39
commit ad5419cc0f
2 changed files with 2 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ STORAGE_DIR=/mnt/storage
#SPEEDTEST
APP_KEY=base64:VLw8Cjo19spvAfXPV5O23ebNa8kyA/6p66DI+orvcJ8=
SCHEDULE="0 */12 * * *"

View File

@@ -135,6 +135,7 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE=${SCHEDULE}
- APP_KEY=${APP_KEY}
- DISPLAY_TIMEZONE=true
networks: