added different schedule

This commit is contained in:
2024-10-20 15:01:57 -05:00
parent f1936aa407
commit 9f4a29a5c6
2 changed files with 2 additions and 1 deletions

View File

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

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: