This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -0,0 +1,26 @@
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
container_name: speedtest-tracker
security_opt:
- no-new-privileges:true
restart: unless-stopped
profiles: ["apps", "all"]
networks:
- default
ports:
- "$SPEEDTESTTRACKER_PORT:80"
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
DB_CONNECTION: sqlite
APP_KEY: $SPEEDTEST_TRACKER_APP_KEY #optional
# DB_HOST: mariadb #optional
# DB_PORT: 3306 #optional
# DB_DATABASE: speedtest #optional
# DB_USERNAME: speedtest_user #optional
# DB_PASSWORD: ST-DB-PASSWORD-PLACEHOLDER #optional
volumes:
- $DOCKERDIR/appdata/speedtest-tracker:/config
# DOCKER-LABELS-PLACEHOLDER