mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
utilizing a .env file
This commit is contained in:
@@ -7,13 +7,14 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- APP_KEY=base64:aP7dM8lY8sv/eZ7FyIvDWL7tUpKCmvTsT2d0+7alO8s= /* key generated from https://speedtest-tracker.dev/ */
|
||||
- DB_CONNECTION=sqlite
|
||||
- SPEEDTEST_SCHEDULE=30 */1 * * * /* Every 30 minutes */
|
||||
- SPEEDTEST_SERVERS=48348,18429,18856,35083,15380,35463,15013,15622,34129,26613
|
||||
- SPEEDTEST_PING_URL=1.1.1.1
|
||||
- PRUNE_RESULTS_OLDER_THAN=730 /* remove resulters older than two years */
|
||||
- APP_TIMEZONE=America/New_York
|
||||
- APP_DEBUG=${APP_DEBUG}
|
||||
- APP_KEY=${APP_KEY}
|
||||
- DB_CONNECTION=${DB_TYPE}
|
||||
- SPEEDTEST_SCHEDULE=${SPEEDTEST_SCHEDULE}
|
||||
- SPEEDTEST_SERVERS=${SPEEDTEST_SERVERS}
|
||||
- SPEEDTEST_PING_URL=${SPEEDTEST_PING_URL}
|
||||
- PRUNE_RESULTS_OLDER_THAN=${PRUNE_RESULTS_OLDER_THAN}
|
||||
- APP_TIMEZONE=${APP_TIMEZONE}
|
||||
volumes:
|
||||
- ./config:/config
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user