feat(speedtest-tracker): add speedtest-tracker stack
This commit is contained in:
11
compose/speedtest-tracker/.env.example
Normal file
11
compose/speedtest-tracker/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
PUID="1000"
|
||||
PGID="1000"
|
||||
TZ="Etc/UTC"
|
||||
HTTP_PORT="6290"
|
||||
HTTPS_PORT="6291"
|
||||
APP_KEY="base64 key here"
|
||||
APP_URL="your.domain.com"
|
||||
DATETIME_FORMAT="j M Y, G:i:s"
|
||||
SPEEDTEST_SCHEDULE="0 */2 * * *"
|
||||
CONFIG_PATH="../../volumes/speedtest-tracker/config"
|
||||
KEYS_PATH="../../volumes/speedtest-tracker/keys"
|
||||
Reference in New Issue
Block a user