Files
Compose-Files/Docker-Compose/speedtest-tracker/speedtest-tracker.yml
T
2026-07-23 19:38:14 -04:00

26 lines
765 B
YAML

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